feat: update fetch-depth in docker workflow

- Update fetch-depth in Docker workflow configuration
- No additional dependencies added

This change updates the fetch-depth setting in the GitHub Actions Docker workflow. This ensures that we get the full Git history for the code checkout. There are no additional dependencies added to this change.
This commit is contained in:
songtianlun 2025-01-22 00:51:55 +08:00
parent 0f9b4efc80
commit 2b4275055c

View File

@ -17,7 +17,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # 获取完整的 git 历史
fetch-depth: 0
- name: Get version
id: get_version
run: |