Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 7217926

Browse files
committed
chore(ci): add verbose flag to release-it
1 parent 5f272f9 commit 7217926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060

6161
- name: Version
6262
run: |
63-
pnpm release-it --release-version
63+
pnpm release-it --release-version -VV
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6767

6868
- name: Cleanup folders
6969
run: |
7070
if [ "${{ github.event.inputs.cleanup }}" = "true" ]; then
71-
rm -rf .*
71+
rm -rf .git
7272
fi

0 commit comments

Comments
 (0)