ci: fully qualify gitea release action #96
|
@ -67,7 +67,7 @@ jobs:
|
||||||
git push ${{github.repositoryUrl}} "$(cat Version.txt)"
|
git push ${{github.repositoryUrl}} "$(cat Version.txt)"
|
||||||
- name: Create release
|
- name: Create release
|
||||||
id: create-release
|
id: create-release
|
||||||
uses: actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
Example.pdf
|
Example.pdf
|
||||||
|
|
Loading…
Reference in New Issue