Skip to content

Commit

Permalink
ci: Git describe requires all history
Browse files Browse the repository at this point in the history
  • Loading branch information
ikysil committed Jul 8, 2024
1 parent 5105b1c commit 7cb7466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Generate Git Describe version
Expand Down

0 comments on commit 7cb7466

Please sign in to comment.