Compare commits

...

3 Commits

Author SHA1 Message Date
Sven Vogel cc6668827d ci: run release on pushed version tag
Build'n check / run-ci-linux (pull_request) Has been skipped Details
2024-11-25 14:53:21 +01:00
Sven Vogel 7c3ac0381c ci: push version tag to origin 2024-11-25 14:52:51 +01:00
Sven Vogel bb1c6f8570 ci: push version bump of typst.toml to origin 2024-11-25 14:52:35 +01:00
2 changed files with 3 additions and 4 deletions

View File

@ -38,8 +38,9 @@ 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}"
git push "${VERSION}"
git push origin "${VERSION}"
echo "::endgroup::"

View File

@ -1,10 +1,8 @@
name: Create Release
on:
push:
branches:
- main
tags:
- v*.*.*
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
name: Check Template and Build example