From ba9c1bb1d0d67369138203bb0d7f6b002dce21e2 Mon Sep 17 00:00:00 2001 From: Alessio Marchi <65831826+kettei-sproutty@users.noreply.github.com> Date: Tue, 16 Jan 2024 21:37:20 +0100 Subject: [PATCH] fix: add access public --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}}