ci: push version bump of typst.toml to origin

This commit is contained in:
Sven Vogel 2024-11-25 14:52:35 +01:00
parent 728e451e66
commit bb1c6f8570
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
sed -i "/version/c\version = \"${VERSION#v}\"" typst.toml
git add typst.toml
git commit -m "chore: bump release version to $VERSION"
git push origin main
echo "::endgroup::"
echo "::group::{Tag commit}"
git tag -m "Release" "${VERSION}"