Merge pull request #389 from samalba/release

workflows/release: fixed typo on GITHUB_TOKEN
This commit is contained in:
Sam Alba 2021-04-29 15:25:22 -07:00 committed by GitHub
commit 17357eee5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,4 +23,4 @@ jobs:
with:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}