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 ce16ad2 commit 5c2442c
Showing 1 changed file with 1 addition 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 @@ -76,7 +76,7 @@ jobs:
npm i
fi
env:
NPM_AUTH_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
- if: inputs.buildBeforePublishing
name: Run build
run: npm run build
Expand Down

0 comments on commit 5c2442c

Please sign in to comment.