Skip to content

Commit

Permalink
fetch tags in github builds in order to have them available for versi…
Browse files Browse the repository at this point in the history
…oning
  • Loading branch information
bsstephan committed Dec 14, 2023
1 parent fdd12ee commit 271f0f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
#Global Setup
- name: Checkout GP2040-CE
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true

- name: Setup SDK pipeline
uses: Fortinbra/RaspberryPiPicoBuild@v1
Expand Down

0 comments on commit 271f0f1

Please sign in to comment.