Skip to content

Commit 05d88eb

Browse files
Force push changes in publish_release workflow
Updated git push command to use --force option.
1 parent 03d871e commit 05d88eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config user.email "github-actions[bot]@users.noreply.github.com"
4141
git add VERSION
4242
git commit -m "chore: add VERSION ${{ steps.draft.outputs.tag_name }}" || echo "No changes to commit"
43-
git push
43+
git push --force
4444
4545
# - name: Create tag
4646
# run: |

0 commit comments

Comments
 (0)