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 Oct 4, 2021
1 parent c74e5f6 commit a035951
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 a035951

Please sign in to comment.