Skip to content

Commit

Permalink
set public access in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Hein committed Sep 19, 2022
1 parent ac2707e commit b33c1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ jobs:
node-version: ${{env.NODE_VERSION}}
registry-url: 'https://registry.npmjs.org'
- name: publish to npmjs.com
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUB_TOKEN }}

0 comments on commit b33c1d0

Please sign in to comment.