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 36a56fc commit 4f4aba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: ${{ inputs.scope }}
- name: Install npm dependencies
run: npm i
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.githubAuthToken }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}
- if: inputs.buildBeforePublishing
name: Run build
run: npm run build
Expand Down

0 comments on commit 4f4aba8

Please sign in to comment.