Skip to content

Commit

Permalink
Merge pull request #100 from goretk/gh-action-tagging-fix
Browse files Browse the repository at this point in the history
Ensure tags are checked out
  • Loading branch information
TcM1911 authored Oct 12, 2024
2 parents 78e732d + 6150e01 commit 2d64286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Needed for "git describe"

- name: Checkout GoLang repository
run: |
Expand Down

0 comments on commit 2d64286

Please sign in to comment.