create release - update action to akkuman/gitea-release-action
All checks were successful
/ validate (push) Successful in 4s
/ build (push) Successful in 18s

This commit is contained in:
Ludovic Cartier
2025-07-21 22:58:59 +02:00
parent 51a6605123
commit 7895657f14
3 changed files with 12 additions and 7 deletions

Binary file not shown.

View File

@@ -107,11 +107,16 @@ jobs:
https://git.brainsys.io/api/packages/packages/debian/pool/stable/main/upload
- name: Create release
uses: https://gitea.com/actions/release-action@main
with:
draft: false
prerelease: false
uses: akkuman/gitea-release-action@v1
i with:
tag_name: '${{ needs.validate.outputs.tag }}'
files: |-
bin/**
api_key: "${{ secrets.RELEASE_TOKEN }}"
bin/**
token: "${{ secrets.RELEASE_TOKEN }}"
# uses: https://gitea.com/actions/release-action@main
# with:
# draft: false
# prerelease: false
# files: |-
# bin/**