From 9cfd26f9bd3f573e1ff47d04745fa5c81749d941 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Thu, 19 Sep 2024 04:41:35 +0000 Subject: [PATCH] Force tag on dispatch (#195) Fixes tag when allwpilib tag is slid --- .github/workflows/bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 0fec170..128df27 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -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 }}