Skip to content

Commit

Permalink
fix path for npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Boyd committed Jul 26, 2024
1 parent 2f3b3e7 commit d6d6dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: ./.github/actions/prepare-repository

- name: Authenticate with NPM registry
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc

- name: Publish
run: npm publish --access=public

0 comments on commit d6d6dbe

Please sign in to comment.