Skip to content

Commit

Permalink
Update push_ocm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored Sep 9, 2024
1 parent fca7287 commit 6239e22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/push_ocm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
with:
fetch-depth: 0
token: ${{ steps.generate_token.outputs.token }}
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
- name: Enable gh-CLI
uses: actions4gh/[email protected]
id: setup-gh
with:
github_token: ${{ steps.generate_token.outputs.token }}
custom_tag: ocm-cli/latest
fetch_all_tags: true
tag_prefix: ''
token: ${{ steps.generate_token.outputs.token }}
- name: Update release assets
run: |
gh api -X PATCH -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/hilmarf/ocm/git/refs/tags/ocm-cli/latest -f "sha=${{ steps.checkout.outputs.commit }}" -F "force=true"
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 6239e22

Please sign in to comment.