Skip to content

Commit

Permalink
github release: checkout submodules (see #68174)
Browse files Browse the repository at this point in the history
also updates actions/checkout image version (see #67599)
  • Loading branch information
mad-pf committed Apr 26, 2023
1 parent 53ada32 commit 889d30e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

- name: Fix post run npm cleanup
run: mkdir -p /home/runner/.npm
Expand Down Expand Up @@ -49,4 +51,4 @@ jobs:
generate_release_notes: true
files: |
build/${{ env.ZIP_NAME }}
README.md
README.md

0 comments on commit 889d30e

Please sign in to comment.