Skip to content

Commit 022281b

Browse files
committed
Fixes
1 parent 7f87148 commit 022281b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626

2727
steps:
28-
- name: Checkout code
28+
- name: Checkout sources
2929
uses: actions/checkout@v4
30+
with:
31+
fetch-depth: 0
32+
fetch-tags: true
3033

3134
- name: Set up JDK
3235
uses: actions/setup-java@v4
@@ -52,8 +55,11 @@ jobs:
5255
needs: build
5356

5457
steps:
55-
- name: Checkout code
58+
- name: Checkout sources
5659
uses: actions/checkout@v4
60+
with:
61+
fetch-depth: 0
62+
fetch-tags: true
5763

5864
- name: Set up JDK
5965
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)