ci: push version bump of typst.toml to origin
This commit is contained in:
parent
728e451e66
commit
bb1c6f8570
|
@ -38,6 +38,7 @@ jobs:
|
||||||
sed -i "/version/c\version = \"${VERSION#v}\"" typst.toml
|
sed -i "/version/c\version = \"${VERSION#v}\"" typst.toml
|
||||||
git add typst.toml
|
git add typst.toml
|
||||||
git commit -m "chore: bump release version to $VERSION"
|
git commit -m "chore: bump release version to $VERSION"
|
||||||
|
git push origin main
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
echo "::group::{Tag commit}"
|
echo "::group::{Tag commit}"
|
||||||
git tag -m "Release" "${VERSION}"
|
git tag -m "Release" "${VERSION}"
|
||||||
|
|
Loading…
Reference in New Issue