install wasm-pack for release step

This commit is contained in:
Sebastian Hugentobler 2023-03-09 11:03:06 +01:00
parent 658c219054
commit 85989c7597
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -9,7 +9,7 @@ pipeline:
when:
event: tag
commands:
- apk --no-cache add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing cargo-deny make
- apk --no-cache add wasm-pack make
- make release
publish-docker-image:
image: plugins/kaniko