ci: add pre-release workflow
All checks were successful
CI / Dry-Run (pull_request) Successful in 10s

This commit is contained in:
2025-10-08 15:56:43 +02:00
parent 2e2dcc7fbe
commit 6bfb570257
3 changed files with 41 additions and 5 deletions

View File

@@ -14,11 +14,10 @@ jobs:
with:
fetch-depth: 0
- name: Increment tag
id: increment-tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.1
with:
token: ${{ secrets.GITEA_TOKEN }}
- name: Push tag
run: |
git tag ${{ steps.increment-tag.outputs.new-tag }}
git push origin ${{ steps.increment-tag.outputs.new-tag }}
- uses: ./.gitea/actions/release-git-tag
with:
tag: ${{ steps.tag.outputs.new-tag }}