Skip to content

Commit

Permalink
ci: fetch tags in order to get version (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn authored Jul 2, 2024
1 parent 2994397 commit decc6a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3
with:
# Needed to get older tags
fetch-depth: 0

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

0 comments on commit decc6a1

Please sign in to comment.