ci: use reusable release git tag action (#21)
All checks were successful
CD / Release (push) Successful in 14s

Reviewed-on: #21
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #21.
This commit is contained in:
2025-12-12 20:29:00 +01:00
committed by t.behrendt
parent d9ae7d7ff4
commit 9555d6ea73
2 changed files with 1 additions and 16 deletions

View File

@@ -18,6 +18,6 @@ jobs:
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.1
with:
token: ${{ secrets.GITEA_TOKEN }}
- uses: ./.gitea/actions/release-git-tag
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.3
with:
tag: ${{ steps.tag.outputs.new-tag }}