Skip to content

Commit

Permalink
Set npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mkfreeman committed Nov 15, 2024
1 parent 70dc17f commit 790dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Publish
run: |
npm version ${{ inputs.packageVersion }} --no-git-tag-version
npm publish --access public
npm publish --access public --registry https://registry.npmjs.org
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
shell: bash

0 comments on commit 790dd2a

Please sign in to comment.