We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d871e commit 05d88ebCopy full SHA for 05d88eb
.github/workflows/publish_release.yml
@@ -40,7 +40,7 @@ jobs:
40
git config user.email "github-actions[bot]@users.noreply.github.com"
41
git add VERSION
42
git commit -m "chore: add VERSION ${{ steps.draft.outputs.tag_name }}" || echo "No changes to commit"
43
- git push
+ git push --force
44
45
# - name: Create tag
46
# run: |
0 commit comments