Using gitea release action
This commit is contained in:
parent
3bdb726d70
commit
0df542d87c
1 changed files with 6 additions and 2 deletions
|
@ -24,5 +24,9 @@ jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Create release based on tag
|
- name: Create release
|
||||||
uses: actions/forgejo-release@v1
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
with:
|
||||||
|
files: |-
|
||||||
|
cv.pdf
|
||||||
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
|
|
Loading…
Reference in a new issue