Skip to content

Commit

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

- name: Generate Git Describe version
id: git_describe_ver
Expand Down

0 comments on commit 5105b1c

Please sign in to comment.