diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 6ea8c33..4b10af1 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -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 }}