Skip to content

Commit 1fd0202

Browse files
committed
fixup! fix(git): Workaround actions/checkout#1959
Wrong git submodule subcommand. Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
1 parent 7f79e41 commit 1fd0202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: >-
4848
WORKAROUND: Checkout submodules recursively(actions/checkout#1959)
4949
run: |-
50-
git submodule \
50+
git submodule update \
5151
--init \
5252
--recursive
5353

0 commit comments

Comments
 (0)