Skip to content

Commit 54a2cb7

Browse files
committed
fix: CI修改为递归拉取子模块
1 parent 432e620 commit 54a2cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
path: source
19-
submodules: true
19+
submodules: recursive
2020

2121
- name: Remove git information from destination repository
2222
run: |

0 commit comments

Comments
 (0)