Add NPM_TOKEN to publish script (#1409)
This commit is contained in:
parent
d7e3faf49a
commit
47ac7875ac
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/
|
run: git checkout -- examples/ docs/ www/
|
||||||
- # 3: publish!
|
- # 3: publish!
|
||||||
run: yarn release --tag next--compiler
|
run: yarn release --tag next--compiler
|
||||||
|
env:
|
||||||
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue