Skip to content

Commit

Permalink
Force tag on dispatch (#195)
Browse files Browse the repository at this point in the history
Fixes tag when allwpilib tag is slid
  • Loading branch information
sciencewhiz authored Sep 19, 2024
1 parent 1d64359 commit 9cfd26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Tag and push
shell: bash
run: |
git tag ${{ github.event.client_payload.package_version }}
git tag -f ${{ github.event.client_payload.package_version }}
git push origin ${{ github.event.client_payload.package_version }}

0 comments on commit 9cfd26f

Please sign in to comment.