Skip to content

Commit

Permalink
fix: add fetch-tags: true to checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zrougamed committed Dec 31, 2024
1 parent c1eae8b commit f8e64aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
# Step 1: Check out the code
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-tags: true


# Step 2: Set up Go environment
- name: Set up Go
Expand Down

0 comments on commit f8e64aa

Please sign in to comment.