Skip to content

Commit

Permalink
Make publishing npm package public
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasMTElliott committed Jun 27, 2023
1 parent 2a5432a commit 1a13ded
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: echo ${NODE_AUTH_TOKEN} | base64
- run: yarn
- run: yarn build
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 comments on commit 1a13ded

Please sign in to comment.