Skip to content

Commit

Permalink
Build: Fix publish to GitHub package registry
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Sep 27, 2019
1 parent 117e1fd commit 3a1cf95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@humanwhocodes'
- run: npm ci
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 3a1cf95

Please sign in to comment.