ci/fix-git-commands #100

Merged
servostar merged 3 commits from ci/fix-git-commands into main 2024-11-25 13:56:06 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit bb1c6f8570 - Show all commits

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}"