Skip to content

Commit 10fe32b

Browse files
authored
Force tag on dispatch (#308)
Fixes tag when allwpilib tag is slid
1 parent 5623a2a commit 10fe32b

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
@@ -19,5 +19,5 @@ jobs:
1919
- name: Tag and push
2020
shell: bash
2121
run: |
22-
git tag ${{ github.event.client_payload.package_version }}
22+
git tag -f ${{ github.event.client_payload.package_version }}
2323
git push origin ${{ github.event.client_payload.package_version }}

0 commit comments

Comments
 (0)