mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: increase fetch depth for release nightly-ota to generate tags
(might need successive increases)
This commit is contained in:
2
.github/workflows/release-nightly-ota.yml
vendored
2
.github/workflows/release-nightly-ota.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
# repository: 'MaaAssistantArknights/MaaAssistantArknights'
|
||||
#ref: ${{ inputs.ref }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
fetch-depth: 60
|
||||
fetch-depth: 250
|
||||
fetch-tags: true
|
||||
|
||||
- name: Fetch submodules
|
||||
|
||||
Reference in New Issue
Block a user