Skip to content

Commit

Permalink
chore: fix release workflow (#13)
Browse files Browse the repository at this point in the history
Release-As: 1.0.1
  • Loading branch information
danez authored Jun 23, 2022
1 parent c211685 commit 0aade15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0aade15

Please sign in to comment.