Skip to content

Commit 143fd3c

Browse files
authored
Fetch tags in actions/checkout (#164)
Signed-off-by: Cody Soyland <[email protected]>
1 parent aaace53 commit 143fd3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2121
with:
2222
ref: "release"
23+
fetch-tags: true
2324
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2425
with:
2526
go-version-file: "./go.mod"

0 commit comments

Comments
 (0)