Skip to content

Commit

Permalink
Add NPM_TOKEN to publish script (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored and matthewp committed Sep 30, 2021
1 parent dc4be6c commit 2d83bb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2d83bb2

Please sign in to comment.