ci: add semver releases #71

Merged
t.behrendt merged 2 commits from ci-add-semver into main 2025-12-12 19:42:19 +01:00
Showing only changes of commit f916354e45 - Show all commits

View File

@@ -11,6 +11,7 @@ on:
- tsconfig.json - tsconfig.json
- Dockerfile - Dockerfile
- bun.lockb - bun.lockb
workflow_dispatch:
env: env:
DOCKER_REGISTRY: gitea.t000-n.de DOCKER_REGISTRY: gitea.t000-n.de
@@ -92,7 +93,7 @@ jobs:
id: tag id: tag
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
prerelease: false prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.2 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.2
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}