Skip to content

Commit 127ec7c

Browse files
authored
ci: ensure we retrieve all the tags to validate new version is released (#10)
1 parent 139f215 commit 127ec7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-tags: true
19+
fetch-depth: 0
1920

2021
- name: Extract version from Cargo.toml
2122
id: extract

0 commit comments

Comments
 (0)