ci: add action owner to release action
This commit is contained in:
parent
a0c38903ce
commit
ac5e551af9
|
@ -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: release-action@main
|
uses: actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
Example.pdf
|
Example.pdf
|
||||||
|
|
Loading…
Reference in New Issue