diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d06c79..1f58534 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,11 @@ jobs: if: ${{ steps.release.outputs.release_created }} - run: bun rename if: ${{ steps.release.outputs.release_created }} - - run: wasm-pack publish + - uses: actions/setup-node@v3 + with: + node-version: "20.x" + registry-url: "https://registry.npmjs.org" + - run: wasm-pack publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} NPM_TOKEN: ${{secrets.NPM_TOKEN}}