use gitea-release-action
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 9s
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 9s
This commit is contained in:
@ -32,9 +32,11 @@ jobs:
|
|||||||
git push origin ${{steps.vars.outputs.TAG}}
|
git push origin ${{steps.vars.outputs.TAG}}
|
||||||
|
|
||||||
- name: create release
|
- name: create release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/gitea-release-action@main
|
||||||
with:
|
with:
|
||||||
tag_name: ${{steps.vars.outputs.TAG}}
|
tag_name: ${{steps.vars.outputs.TAG}}
|
||||||
|
server_url: https://git.tmoron.fr
|
||||||
|
|
||||||
files: |-
|
files: |-
|
||||||
flake.nix
|
flake.nix
|
||||||
api_key: ${{secrets.RELEASE_TOKEN}}
|
api_key: ${{secrets.RELEASE_TOKEN}}
|
||||||
|
Reference in New Issue
Block a user