chore(action): set fetch-depth to 0 in release workflow

This commit is contained in:
Jun Chang
2025-04-08 11:53:33 +08:00
parent ae82618be3
commit 7105b0a922

View File

@@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
name: Install pnpm