Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
workflows: fix git fetch tags step (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
aavshr authored Jul 13, 2023
1 parent c1e15b7 commit fe13b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0

- run: git fetch --force -t-tags
- run: git fetch --force --tags

- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit fe13b67

Please sign in to comment.