create release - update action to akkuman/gitea-release-action
This commit is contained in:
@@ -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/**
|
||||
|
||||
|
Reference in New Issue
Block a user