4 Commits

Author SHA1 Message Date
df14525731 fix: needs
All checks were successful
CI / test (push) Successful in 20s
2025-05-20 20:21:26 +02:00
c7880fd4a7 fix: correct ci path
All checks were successful
CI / test (push) Successful in 20s
2025-05-20 20:20:05 +02:00
65fc51e875 refactor: cd to re-use ci
All checks were successful
CI / test (push) Successful in 21s
2025-05-20 20:17:43 +02:00
df0ae5a7d7 ci: add release pipeline
All checks were successful
CI / test (push) Successful in 21s
2025-05-20 20:16:03 +02:00

View File

@@ -25,7 +25,6 @@ jobs:
git config --global user.email "release-bot@t00n.de"
- run: |
standard-version --no-verify --skip-changelog
tag=$(git describe --tags --abbrev=0)
git push origin "$tag"
git push --follow-tags origin main
env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}