Skip to content

Commit

Permalink
fixup! fix(git): Workaround actions/checkout#1959
Browse files Browse the repository at this point in the history
Wrong git submodule subcommand.

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 27, 2024
1 parent 7f79e41 commit 1fd0202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: >-
WORKAROUND: Checkout submodules recursively(actions/checkout#1959)
run: |-
git submodule \
git submodule update \
--init \
--recursive
Expand Down

0 comments on commit 1fd0202

Please sign in to comment.