Skip to content

Commit

Permalink
fixed missing checkout of submodules in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raven-worx committed Dec 17, 2023
1 parent fed45b7 commit 8344007
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ jobs:
needs:
- build-artifacts
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Build uf2
uses: addnab/docker-run-action@v3
Expand Down

0 comments on commit 8344007

Please sign in to comment.