Skip to content

Commit

Permalink
use yarn publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 23, 2024
1 parent 3ef6da5 commit 31ce9d5
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 @@ -18,7 +18,7 @@ jobs:
cache: yarn
- run: yarn install
- run: yarn compile
- run: npm publish --userconfig ../../.npmrc
- run: yarn publish
working-directory: packages/cli
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 31ce9d5

Please sign in to comment.