Skip to content

Commit 7d8ec47

Browse files
authored
Checkout submodules for auto-publishing (#236)
1 parent 878fee1 commit 7d8ec47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ jobs:
171171
runs-on: ubuntu-latest
172172
steps:
173173
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
174+
with:
175+
submodules: ${{ inputs.checkout_submodules }}
174176

175177
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
176178
if: ${{ inputs.use-flutter }}

0 commit comments

Comments
 (0)