Skip to content

Commit

Permalink
Update npm-publish-npmjs-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Jan 3, 2025
1 parent 3781d29 commit 0ae351e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-npmjs-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: './frontend'
env:
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: echo registry=https://npm.pkg.github.com/ >> .npmrc
- run: echo registry=https://npm.pkg.github.com/conorheffron >> .npmrc
working-directory: './frontend'
- run: npm publish
working-directory: './frontend'
Expand Down

0 comments on commit 0ae351e

Please sign in to comment.