Skip to content

Commit

Permalink
Update workflow for NPM hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
mkfreeman committed Nov 15, 2024
1 parent 5d32bb6 commit 70dc17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
shell: bash
3 changes: 0 additions & 3 deletions .npmrc

This file was deleted.

0 comments on commit 70dc17f

Please sign in to comment.