chore: add verbose flag to release action
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m34s
Continuous Integration / Build Package (push) Successful in 1m47s

This commit is contained in:
Konstantin Fickel 2026-04-03 15:39:32 +02:00
parent 9b74f13155
commit 1d934b1a0d
Signed by: kfickel
GPG key ID: A793722F9933C1A5

View file

@ -62,8 +62,9 @@ jobs:
uses: https://git.konstantinfickel.de/actions/forgejo-release@v2 uses: https://git.konstantinfickel.de/actions/forgejo-release@v2
with: with:
direction: upload direction: upload
url: https://git.konstantinfickel.de/ url: https://git.konstantinfickel.de
repo: kfickel/streamd repo: kfickel/streamd
token: ${{ secrets.RELEASE_TOKEN }} token: ${{ secrets.RELEASE_TOKEN }}
tag: ${{ steps.version.outputs.TAG }} tag: ${{ steps.version.outputs.TAG }}
release-dir: release release-dir: release
verbose: true