Skip to content

Commit 0aade15

Browse files
authored
chore: fix release workflow (#13)
Release-As: 1.0.1
1 parent c211685 commit 0aade15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
package-name: "@netlify/@netlify/zip-it-and-ship-it"
2121
- uses: actions/checkout@v3
2222
if: ${{ steps.release.outputs.release_created }}
23+
- run:
24+
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
25+
if: ${{ steps.release.outputs.release_created }}
2326
- uses: actions/setup-node@v3
2427
with:
2528
node-version: "*"
26-
cache: "npm"
27-
check-latest: true
2829
registry-url: "https://registry.npmjs.org"
2930
if: ${{ steps.release.outputs.release_created }}
3031
- run: wasm-pack build --target nodejs --release

0 commit comments

Comments
 (0)