Skip to content

Commit

Permalink
fix: Use submodules in both steps that checkout...
Browse files Browse the repository at this point in the history
  • Loading branch information
xdy committed Jun 29, 2020
1 parent 929701c commit 889d6c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'true'

- name: Setup Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit 889d6c2

Please sign in to comment.