chore: fix tag push
This commit is contained in:
parent
754a1d28dd
commit
f21cef4446
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-major-tag.yml
vendored
2
.github/workflows/update-major-tag.yml
vendored
|
|
@ -21,4 +21,4 @@ jobs:
|
||||||
export TAG_MAJOR="${TAG_NAME%%.*}"
|
export TAG_MAJOR="${TAG_NAME%%.*}"
|
||||||
git tag "${TAG_MAJOR}" -m "Release ${TAG_NAME}" || git tag -d "${TAG_MAJOR}" ; git push origin --delete "${TAG_MAJOR}"
|
git tag "${TAG_MAJOR}" -m "Release ${TAG_NAME}" || git tag -d "${TAG_MAJOR}" ; git push origin --delete "${TAG_MAJOR}"
|
||||||
git tag "${TAG_MAJOR}" -m "Release ${TAG_NAME}" || true
|
git tag "${TAG_MAJOR}" -m "Release ${TAG_NAME}" || true
|
||||||
git push --tags origin
|
git push origin "${TAG_MAJOR}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue