Skip to content

Commit

Permalink
ci: fetch tags in order to get version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn committed Jul 2, 2024
1 parent 2994397 commit a3a29c7
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 a3a29c7

Please sign in to comment.