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)
|
||||
- name: Create release
|
||||
id: create-release
|
||||
uses: release-action@main
|
||||
uses: actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
Example.pdf
|
||||
|
|
Loading…
Reference in New Issue