Skip to content

Commit

Permalink
Add missing npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed May 9, 2023
1 parent ffff44f commit 0f70ea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-npm-package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:

- name: Publish package on npm
if: ${{ inputs.publish_on_npm }}
run: npm publish $PACKAGE_NAME
run: |
npm ci
npm publish $PACKAGE_NAME
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0f70ea9

Please sign in to comment.