workflows: fixed release author
This commit is contained in:
parent
e2789623cd
commit
5af0aff95c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/create-release.yaml
vendored
1
.github/workflows/create-release.yaml
vendored
|
@ -20,3 +20,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
bodyFile: "CHANGELOG.md"
|
bodyFile: "CHANGELOG.md"
|
||||||
draft: true
|
draft: true
|
||||||
|
token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue