Skip to content

Commit

Permalink
add missing registry for npm publish (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Sep 13, 2022
1 parent e0dab4b commit b6d2a5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false

- uses: actions/setup-node@main
with:
registry-url: 'https://registry.npmjs.org'
- run: npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b6d2a5a

Please sign in to comment.