Merge pull request #389 from samalba/release
workflows/release: fixed typo on GITHUB_TOKEN
This commit is contained in:
commit
17357eee5a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -23,4 +23,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: release --rm-dist
|
args: release --rm-dist
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user