Skip to content

Commit f7c704c

Browse files
committed
fix: add setup-wasm step to release workflow
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent e2997fa commit f7c704c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
TAG_NAME: ${{ steps.event_details.outputs.tag_name }}
7373
run: |
7474
npm ci
75+
npm run setup-wasm
7576
npm run package
7677
mv wit-idl.vsix ${TAG_NAME}.vsix
7778
gh release upload ${TAG_NAME} ${TAG_NAME}.vsix

0 commit comments

Comments
 (0)