Skip to content

Commit

Permalink
build(workflows): split commit push and tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Feb 18, 2021
1 parent 97ded5d commit 8ae4c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/v8-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
git add -f VERSION
git commit -am "chore(v8): bump to v${{ env.NEW_V8_VERSION }}"
git push origin master
git tag -a "v${{ env.NEW_V8_VERSION }}" -m "v${{ env.NEW_V8_VERSION }}"
git push --follow-tags
git push --tags

0 comments on commit 8ae4c2a

Please sign in to comment.