Skip to content

Commit decc6a1

Browse files
authored
ci: fetch tags in order to get version (#81)
1 parent 2994397 commit decc6a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ jobs:
251251
password: ${{ secrets.GITHUB_TOKEN }}
252252

253253
- uses: actions/checkout@v3
254+
with:
255+
# Needed to get older tags
256+
fetch-depth: 0
254257

255258
- uses: actions/setup-go@v3
256259
with:

0 commit comments

Comments
 (0)