Skip to content

Commit

Permalink
use npm publish rather than yarn publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp authored Dec 19, 2024
1 parent 60818b3 commit 5709e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: yarn
- run: yarn build
- name: Publish ${{ inputs.package }}
run: yarn publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5709e4b

Please sign in to comment.