Skip to content

Commit

Permalink
Fix: CI - publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jan 10, 2023
1 parent 1c71451 commit f55aee9
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 @@ -78,4 +78,4 @@ jobs:
- name: npm publish
run: |
yarn config set npmAuthToken ${{ secrets[matrix.token] }}
yarn run publish
yarn npm publish --access public

0 comments on commit f55aee9

Please sign in to comment.