Skip to content

Commit

Permalink
Use npm token to publish to npm (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dany-pellerin authored Dec 4, 2024
1 parent eaa84e8 commit 3b67c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup registry access
run: |
echo '@optable:registry=https://registry.npmjs.org/' > ~/.npmrc
echo "//registry.npmjs.org/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_CI_ACCESS_TOKEN }}" >> ~/.npmrc
- name: Publish to NPM
run: npm publish --access public
Expand Down

0 comments on commit 3b67c88

Please sign in to comment.