CI: Build and publish #7

Merged
lsr merged 14 commits from temp/ci-work into main 2024-09-24 21:31:21 +00:00
Showing only changes of commit 87243de098 - Show all commits

View File

@ -1,5 +1,8 @@
#!/bin/bash
echo 'git status:'
git status
if [[ -z "${DRONE_TAG}" ]]; then
echo "skip package publish, pack only."
pnpm pack