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 3a6ab4b commit 873b51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-npmjs-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
with:
node-version: '20.x'
registry-url: https://registry.npmjs.org/
# scope: '@conorheffron'
scope: '@conorheffron'
- run: npm ci
working-directory: './frontend'
- run: npm set "//registry.npmjs.org/conorheffron/:_authToken=$NPM_TOKEN"
- run: npm set "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
env:
NPM_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
- run: npm publish
Expand Down

0 comments on commit 873b51f

Please sign in to comment.