Skip to content

Commit

Permalink
fixes yarn publish
Browse files Browse the repository at this point in the history
  • Loading branch information
razorness committed May 11, 2023
1 parent 22fb7c2 commit a621012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
- run: yarn publish
- run: yarn npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand Down

0 comments on commit a621012

Please sign in to comment.