Skip to content

Commit 78fcd20

Browse files
committed
Force push tags
1 parent 8a40367 commit 78fcd20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
echo "Tagging version: ${{ steps.install-ucm.outputs.ucm-version}}"
2626
git tag --force v${{ steps.install-ucm.outputs.ucm-version }}
2727
git tag --force v1 v${{ steps.install-ucm.outputs.ucm-version }}
28-
git push origin --tags
28+
git push origin --tags --force

0 commit comments

Comments
 (0)