Skip to content

Commit ae474e3

Browse files
committed
chore: Fetch all tags when checkout code to be able to compute changelog
1 parent 628968e commit ae474e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Checkout Code
1818
uses: actions/checkout@v4
1919
with:
20+
fetch-tags: true
2021
ref: cats-${{ github.event.inputs.releaseversion }}
2122

2223
- name: Get Previous Tag

0 commit comments

Comments
 (0)