Skip to content

Commit c2f4623

Browse files
committed
Tweak tag fetching in GH actions release workflow
1 parent c7d9af5 commit c2f4623

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ jobs:
153153

154154
steps:
155155
- uses: actions/checkout@v4
156+
with:
157+
fetch-tags: true
158+
fetch-depth: 20
159+
156160
- run: git fetch --tags -f
157161

158162
- name: Resolve version

0 commit comments

Comments
 (0)