ci: fix tag push action (#2)
All checks were successful
CD / Release (push) Successful in 12s

Reviewed-on: #2
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 #2.
This commit is contained in:
2026-02-11 19:55:24 +01:00
committed by t.behrendt
parent ac5d3b08ca
commit ae92d8d526

View File

@@ -20,6 +20,6 @@ jobs:
with:
token: ${{ secrets.GITEA_TOKEN }}
- name: Push tag
uses: ./release-git-tag
uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@1b8fe65eda1ea0a7586a5fd552ef8f4a639b154f # 0.1.3
with:
tag: ${{ steps.tag.outputs.new-tag }}