Skip to content

Commit

Permalink
Updated workflow to force push back to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tpanajott committed Dec 7, 2024
1 parent 53ad7a4 commit 4ef9f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
commit_message: Push updated version back to repo
branch: "${{ steps.image_name.outputs.branch }}"
push_options: '--force'

publish-x86:
if: ${{ !github.event.act }} # skip during local actions testing
Expand Down Expand Up @@ -304,3 +305,4 @@ jobs:
with:
commit_message: Update beta version reference
branch: "main"
push_options: '--force'

0 comments on commit 4ef9f46

Please sign in to comment.