create release - update action to akkuman/gitea-release-action
This commit is contained in:
BIN
.gitea/workflows/.varnish-exporter.yml.swp
Normal file
BIN
.gitea/workflows/.varnish-exporter.yml.swp
Normal file
Binary file not shown.
@@ -107,11 +107,16 @@ jobs:
|
|||||||
https://git.brainsys.io/api/packages/packages/debian/pool/stable/main/upload
|
https://git.brainsys.io/api/packages/packages/debian/pool/stable/main/upload
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
i with:
|
||||||
draft: false
|
tag_name: '${{ needs.validate.outputs.tag }}'
|
||||||
prerelease: false
|
|
||||||
files: |-
|
files: |-
|
||||||
bin/**
|
bin/**
|
||||||
api_key: "${{ secrets.RELEASE_TOKEN }}"
|
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