mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Add NPM_TOKEN to publish script (#1409)
This commit is contained in:
parent
aa82d4893f
commit
3d6b11f8b1
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