Skip to content

Commit 06042a7

Browse files
authored
Fix bump for slid tag (#196)
1 parent 72fb67f commit 06042a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
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)