Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luluhoc authored May 9, 2024
1 parent 5034f82 commit 7b276ee
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 @@ -19,6 +19,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm i -g cross-env
- run: yarn install
- run: npm publish --ignore-scripts
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 7b276ee

Please sign in to comment.