Skip to content

Commit 9fd67be

Browse files
committed
build: fetch depth set to 0
1 parent 4c8705f commit 9fd67be

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
fetch-tags: 'true'
26+
fetch-depth: '0'
2627

2728
- name: Set up JDK 17
2829
uses: actions/setup-java@v4

.github/workflows/snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313
with:
1414
fetch-tags: 'true'
15+
fetch-depth: '0'
1516

1617
- name: Set up JDK 17
1718
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)