Skip to content

Commit

Permalink
fix: checkout submodule on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
1379 authored and 1379 committed Nov 5, 2022
1 parent 1bfdc2d commit 31a36ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodule: recursive

- name: Show workflow information
run: |
Expand Down

0 comments on commit 31a36ab

Please sign in to comment.