Skip to content

Commit 408058a

Browse files
author
helpermethod
committed
chore: Set fetch-depth to 0
1 parent 0f15b2a commit 408058a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Check out repository
1313
uses: actions/checkout@v3
14+
with:
15+
fetch-depth: 0
1416
- name: Set up Java
1517
uses: actions/setup-java@v3
1618
with:

0 commit comments

Comments
 (0)