Skip to content

Commit

Permalink
OSX: fetch whole history to get branch/tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Aug 29, 2024
1 parent c912367 commit 2f7385a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# Note: we are using fetch-depth: 0 here to fetch the whole
# history and especially tags, since we use git describe
# afterwards to generate the installer filename.
fetch-depth: 0

- name: Install JHBuild
run: |
Expand Down

0 comments on commit 2f7385a

Please sign in to comment.