Skip to content

Commit

Permalink
modify cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamhency committed Dec 7, 2021
1 parent 12ad959 commit 0cda61a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,4 @@ jobs:
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci
- name: Publish Package
run: |
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
npm run publish --ignore-scripts
run: npm run publish -- --ignore-scripts

0 comments on commit 0cda61a

Please sign in to comment.