chore(workflow): fix git tags creation
This commit is contained in:
parent
8b45d00667
commit
8bc10b1486
1 changed files with 2 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue