Skip to content

Commit

Permalink
feat: move to bun 1
Browse files Browse the repository at this point in the history
  • Loading branch information
infodusha committed Sep 12, 2023
1 parent 4ce41b5 commit 84a1269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: bun run build
if: ${{ steps.release.outputs.release_created }}
- run: bun x npm publish --provenance --access public
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 84a1269

Please sign in to comment.