Skip to content

Commit

Permalink
chore: fix tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 14, 2019
1 parent 754a1d2 commit f21cef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-major-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
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}" || true
git push --tags origin
git push origin "${TAG_MAJOR}"

0 comments on commit f21cef4

Please sign in to comment.