Force push changes in publish_release workflow
Updated git push command to use --force option.
This commit is contained in:
committed by
GitHub
parent
03d871eca8
commit
05d88eb8c8
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user