ci: allow prerelease
All checks were successful
CI / Test (pull_request) Successful in 1m0s

This commit is contained in:
2025-12-12 19:34:12 +01:00
parent 791213fa8b
commit f916354e45

View File

@@ -11,6 +11,7 @@ on:
- tsconfig.json
- Dockerfile
- bun.lockb
workflow_dispatch:
env:
DOCKER_REGISTRY: gitea.t000-n.de
@@ -92,7 +93,7 @@ jobs:
id: tag
with:
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
with:
tag: ${{ steps.tag.outputs.new-tag }}