Skip to content

Commit

Permalink
ci: checkout submodules in packaging job
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Feb 2, 2024
1 parent 5e21134 commit dd2f9fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
submodules: recursive

# https://github.com/actions/checkout/issues/882
- name: Update tags
Expand Down Expand Up @@ -894,6 +896,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: true
submodules: recursive
- name: Get All Artifacts
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -937,6 +940,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: true
submodules: recursive
- name: Get All Artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit dd2f9fc

Please sign in to comment.