Skip to content

Commit 9e5250c

Browse files
authored
chore(ci): clone repository with --recurse-submodules (#194)
1 parent 6cf7803 commit 9e5250c

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/process-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
with:
1919
fetch-depth: 0
20-
submodules: true
20+
submodules: recursive
2121
token: ${{ secrets.TOKEN_RELEASE_BOT }}
2222

2323
- run: git checkout chore/release

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "clients/dummy-algoliasearch-client-javascript"]
2-
path = clients/dummy-algoliasearch-client-javascript
3-
url = [email protected]:algolia/dummy-js-client.git
Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)