Skip to content

Commit

Permalink
Update npm workflow to publish package when ready
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-blazer committed Mar 16, 2024
1 parent ad2bcec commit 0697c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm ci

- name: Build package
run: npm run ci
run: npm run publish:ready

- name: Publish package to npm
run: npm publish
Expand Down

0 comments on commit 0697c52

Please sign in to comment.