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 b35e524 commit bb0b3fc
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 @@ -69,7 +69,7 @@ jobs:
- name: Install npm dependencies
run: npm i
env:
NPM_GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
NPM_GITHUB_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}
- if: inputs.buildBeforePublishing
name: Run build
run: npm run build
Expand Down

0 comments on commit bb0b3fc

Please sign in to comment.