Skip to content

Commit

Permalink
feat: changing npm publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpalomares committed May 6, 2024
1 parent bb0b3fc commit bd57586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install npm dependencies
run: npm i
env:
NPM_GITHUB_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}
- if: inputs.buildBeforePublishing
name: Run build
run: npm run build
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}

0 comments on commit bd57586

Please sign in to comment.