chore: fix release token key

This commit is contained in:
Joren Broekema 2020-08-10 15:51:10 +02:00
parent d5daa18acc
commit ca5da28254

View file

@ -45,4 +45,4 @@ jobs:
publish: yarn release publish: yarn release
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}