ci: checkout git status
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
鲁树人 2024-09-24 22:15:14 +01:00
parent 04c63c5af9
commit 87243de098

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