We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a40367 commit 78fcd20Copy full SHA for 78fcd20
1 file changed
.github/workflows/build-and-test.yml
@@ -25,4 +25,4 @@ jobs:
25
echo "Tagging version: ${{ steps.install-ucm.outputs.ucm-version}}"
26
git tag --force v${{ steps.install-ucm.outputs.ucm-version }}
27
git tag --force v1 v${{ steps.install-ucm.outputs.ucm-version }}
28
- git push origin --tags
+ git push origin --tags --force
0 commit comments