chore: add verbose flag to release action
This commit is contained in:
parent
9b74f13155
commit
1d934b1a0d
1 changed files with 2 additions and 1 deletions
|
|
@ -62,8 +62,9 @@ jobs:
|
|||
uses: https://git.konstantinfickel.de/actions/forgejo-release@v2
|
||||
with:
|
||||
direction: upload
|
||||
url: https://git.konstantinfickel.de/
|
||||
url: https://git.konstantinfickel.de
|
||||
repo: kfickel/streamd
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
tag: ${{ steps.version.outputs.TAG }}
|
||||
release-dir: release
|
||||
verbose: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue