chore(release): update fetch depth in GitHub Actions workflow

- Changed the fetch depth to 0 in the release workflow to ensure all history is available for tagging. This adjustment improves the accuracy of the release process.
This commit is contained in:
kangfenmao 2025-06-14 13:18:47 +08:00
parent c9f12c2e49
commit 2a0484ede2

View File

@ -27,7 +27,7 @@ jobs:
- name: Check out Git repository - name: Check out Git repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: main fetch-depth: 0
- name: Get release tag - name: Get release tag
id: get-tag id: get-tag