From ac31a169e0e99c664e6aa493e907fea0255b4466 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 15 Feb 2026 16:50:56 +0100 Subject: [PATCH] ci: add prerelease functionality (#10) Reviewed-on: https://gitea.t000-n.de/t.behrendt/tas-actions/pulls/10 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- .gitea/workflows/cd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 6981dee..b533236 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -21,6 +21,7 @@ jobs: uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@af46017d0af5fd6af4425f8e6961f14280a1acd1 # 0.1.26 with: token: ${{ secrets.GITEA_TOKEN }} + prerelease: ${{ github.event_name == 'workflow_dispatch' }} - name: Push tag uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@1b8fe65eda1ea0a7586a5fd552ef8f4a639b154f # 0.1.3 with: