CI: Build and publish #7
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo 'git status:'
|
||||
git status
|
||||
|
||||
if [[ -z "${DRONE_TAG}" ]]; then
|
||||
echo "skip package publish, pack only."
|
||||
pnpm pack
|
||||
|
Loading…
Reference in New Issue
Block a user