Skip to content

Commit

Permalink
fix: checkout submodules for release (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
davisusanibar authored Nov 25, 2022
1 parent 53f4db2 commit 919389e
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 @@ -54,7 +54,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 919389e

Please sign in to comment.