Skip to content

Commit dcf97d1

Browse files
committed
Update release.yml
1 parent 4c46815 commit dcf97d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
runs-on: ubuntu-latest
2828
name: Check Release
2929
steps:
30-
- uses: actions/checkout@v4
30+
- name: 'Checkout repository'
31+
uses: actions/checkout@v4
32+
with:
33+
fetch-depth: 0
3134

3235
- name: 'Get Version'
3336
id: get-version

0 commit comments

Comments
 (0)