Skip to content

Commit 6058a5b

Browse files
authored
Force push sliding tags (#309)
1 parent 60a8234 commit 6058a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
shell: bash
2121
run: |
2222
git tag -f ${{ github.event.client_payload.package_version }}
23-
git push origin ${{ github.event.client_payload.package_version }}
23+
git push -f origin ${{ github.event.client_payload.package_version }}

0 commit comments

Comments
 (0)