Skip to content

Commit bb55dea

Browse files
committed
Checkout submodules when publishing to AWS S3
See #1972
1 parent 6e10b1f commit bb55dea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
17+
with:
18+
submodules: true
1719

1820
- name: Setup Node.js
1921
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)