Push tags

This commit is contained in:
Shuhei Takahashi 2025-03-26 23:48:32 +09:00
parent 759cded7e1
commit e04323b4cc

View file

@ -58,4 +58,5 @@ jobs:
version=$(./scripts/bump_version.py --update)
git commit -a -m "Bump version to $version"
git tag "v$version"
git push --follow-tags
git push origin ${{ github.head_ref }}
git push origin "v$version"