chore(workflow): fix git tags creation

This commit is contained in:
Bruno Carlin 2024-12-27 00:55:55 +01:00
parent 8b45d00667
commit 8bc10b1486
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -31,7 +31,8 @@ jobs:
echo Create a tag
git tag "$VERSION"
git push --tags
git tag -f v0
git push --tags --force
echo Create a release
OUT=$(curl --silent -X POST -H "Authorization: token $GITHUB_TOKEN" \