Skip to content

Commit

Permalink
chore(ci): clone repository with --recurse-submodules (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee authored Mar 1, 2022
1 parent 6cf7803 commit 9e5250c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/process-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true
submodules: recursive
token: ${{ secrets.TOKEN_RELEASE_BOT }}

- run: git checkout chore/release
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "clients/dummy-algoliasearch-client-javascript"]
path = clients/dummy-algoliasearch-client-javascript
url = [email protected]:algolia/dummy-js-client.git
1 change: 0 additions & 1 deletion clients/dummy-algoliasearch-client-javascript
Submodule dummy-algoliasearch-client-javascript deleted from 04ec6e

0 comments on commit 9e5250c

Please sign in to comment.