CI: Build and publish #7

Merged
lsr merged 14 commits from temp/ci-work into main 2024-09-24 21:31:21 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 91dfad4ec8 - Show all commits

View File

@ -27,5 +27,4 @@ steps:
- cd um_wasm_loader
- pnpm i
- BUILD_SKIP_WASM_PACK=1 pnpm build
- pnpm pack
- ./ci_publish.sh

View File

@ -1,7 +1,8 @@
#!/bin/bash
if [[ -z "${DRONE_TAG}" ]]; then
echo "skip package publish"
echo "skip package publish, pack only."
pnpm pack
exit 0
fi