Skip to content

Commit dd48b4d

Browse files
committed
Add fetch-depth: 1
1 parent b100402 commit dd48b4d

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
@@ -218,6 +218,7 @@ jobs:
218218
with:
219219
token: ${{ secrets.GITHUB_TOKEN }}
220220
ref: v${{ needs.publish.outputs.release_version }}
221+
fetch-depth: 1
221222
fetch-tags: true
222223
- name: "☕️ Setup JDK"
223224
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)