Skip to content

Commit

Permalink
Update release.yml to fetch the full git history
Browse files Browse the repository at this point in the history
Should fix a bug where the version of releases was set as NA
  • Loading branch information
ataffanel committed Feb 20, 2024
1 parent f0e402b commit beb14b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Build
run: docker run --rm -v ${PWD}:/module bitcraze/builder bash -c "./tools/build/build PLATFORM=${{ matrix.platform }} UNIT_TEST_STYLE=min"
Expand Down

0 comments on commit beb14b3

Please sign in to comment.