Force push changes in publish_release workflow

Updated git push command to use --force option.
This commit is contained in:
Michel Roegl-Brunner
2025-10-07 10:10:02 +02:00
committed by GitHub
parent 03d871eca8
commit 05d88eb8c8

View File

@@ -40,7 +40,7 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
git add VERSION
git commit -m "chore: add VERSION ${{ steps.draft.outputs.tag_name }}" || echo "No changes to commit"
git push
git push --force
# - name: Create tag
# run: |