Skip to content

Commit 523a608

Browse files
committed
fix(ci): add fetch-tags: true to checkout step for git describe to find previous tags
1 parent 1ee97be commit 523a608

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ jobs:
309309
uses: actions/checkout@v4
310310
with:
311311
fetch-depth: 0
312+
fetch-tags: true
312313

313314
- name: Get version from tag
314315
id: get_version

0 commit comments

Comments
 (0)