Skip to content

Commit

Permalink
chore: Fetch all tags when checkout code to be able to compute changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
en-milie committed May 26, 2024
1 parent 628968e commit ae474e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-tags: true
ref: cats-${{ github.event.inputs.releaseversion }}

- name: Get Previous Tag
Expand Down

0 comments on commit ae474e3

Please sign in to comment.