Skip to content

Commit

Permalink
fix: commands npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh authored Apr 10, 2024
1 parent 22016a4 commit 315532b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}

- name: Publish package
run: bun run publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 315532b

Please sign in to comment.