From d6a07342e11fb8c2ef75f9b7bdc55692f9b5c1a3 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder <231804+danez@users.noreply.github.com> Date: Thu, 23 Jun 2022 19:34:27 +0200 Subject: [PATCH] chore: fix release workflow --- .github/workflows/release-please.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index bdb1dea..ead8edc 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,11 +20,12 @@ jobs: package-name: "@netlify/@netlify/zip-it-and-ship-it" - uses: actions/checkout@v3 if: ${{ steps.release.outputs.release_created }} + - run: + curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh + if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v3 with: node-version: "*" - cache: "npm" - check-latest: true registry-url: "https://registry.npmjs.org" if: ${{ steps.release.outputs.release_created }} - run: wasm-pack build --target nodejs --release