Skip to content

Commit

Permalink
Include submodules when cloning the project for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed May 20, 2021
1 parent 1ba52ad commit 587c7de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Get tag
id: tag
Expand Down

0 comments on commit 587c7de

Please sign in to comment.