Skip to content

Commit

Permalink
hotfix: fixed publish ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderlandpark authored Jul 23, 2023
1 parent b3bde5e commit e8d3215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: yarn build

- name: Publish package
run: yarn publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit e8d3215

Please sign in to comment.