ci: add force release and only run on relevant changes (#16)

Reviewed-on: #16
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 #16.
This commit is contained in:
2026-02-12 20:04:55 +01:00
committed by t.behrendt
parent 6fe6639f0b
commit bf1fc84c5b
2 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths:
- action.yml
workflow_dispatch:
jobs:
release:
@@ -20,4 +23,4 @@ jobs:
token: ${{ secrets.GITEA_TOKEN }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@72551407e761ecdad9bfd421513a1f3b6f252234 # 0.1.2
with:
tag: ${{ steps.tag.outputs.new-tag }}
tag: ${{ steps.tag.outputs.new-tag }}