ci: nightly版本打包tag获取 (#12076)

This commit is contained in:
status102
2025-03-03 15:15:05 +08:00
committed by GitHub
parent e6e6b3d486
commit a1d49556d2

View File

@@ -46,7 +46,10 @@ jobs:
#ref: ${{ inputs.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 250
fetch-tags: true
- name: Fetch tags
run: |
git fetch --depth=250 --tags
- name: Fetch submodules
run: |