ci: fully qualify gitea release action (#96)
Release-As: v0.5.3 Reviewed-on: #96 Co-authored-by: servostar <sven.vogel123@web.de> Co-committed-by: servostar <sven.vogel123@web.de>
This commit is contained in:
parent
70f2bde4d1
commit
f1df70aa96
|
@ -67,7 +67,7 @@ jobs:
|
|||
git push ${{github.repositoryUrl}} "$(cat Version.txt)"
|
||||
- name: Create release
|
||||
id: create-release
|
||||
uses: actions/release-action@main
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
Example.pdf
|
||||
|
|
Loading…
Reference in New Issue