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 ec695cb commit 2242648
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 @@ -55,7 +55,7 @@ jobs:
scope: '@conorheffron'
- run: npm ci
working-directory: './frontend'
- run: npm set "//npm.pkg.github.com/conorheffron/:_authToken=$NPM_TOKEN"
- run: npm set "//npm.pkg.github.com/:_authToken=$NPM_TOKEN"
env:
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npm publish
Expand Down

0 comments on commit 2242648

Please sign in to comment.