Skip to content

Commit 004b8ac

Browse files
authored
Update release.yml (paritytech#265)
The Release workflow used to work with a fetch-depth: 0 - not sure why this is required but yolo-ing it in for a test
1 parent 497dae2 commit 004b8ac

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
@@ -29,6 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
fetch-tags: true
32+
fetch-depth: 0
3233

3334
- name: Check Versions
3435
id: versions

0 commit comments

Comments
 (0)