Compare commits

..

No commits in common. "524894a3b0964248fd4b1be9cd0f7eabe6adee10" and "d3f7e06fc5347359dec54e0bd0a372a02a654290" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
echo "==> Update typst.toml version"
sed -i "/version/c\version = \"${VERSION#v}\"" typst.toml
git add typst.toml
git commit -m "chore: bump release version to $VERSION" -m "Generated-By: ${{ gitea.actor }}"
git commit -m "chore: bump release version to $VERSION"
git push origin main
echo "::endgroup::"
echo "::group::{Tag commit}"