Add NPM_TOKEN to publish script (#1409)
This commit is contained in:
parent
dc4be6c618
commit
2d83bb2c79
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release-next.yml
vendored
2
.github/workflows/release-next.yml
vendored
|
@ -20,3 +20,5 @@ jobs:
|
|||
run: git checkout -- examples/ docs/ www/
|
||||
- # 3: publish!
|
||||
run: yarn release --tag next--compiler
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue