Skip to content

Commit 2d31917

Browse files
authored
Apply suggestions from code review
1 parent dd183ca commit 2d31917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v4
4242
with:
43-
fetch-depth: 0
43+
fetch-depth: 0 # All tags should be fetched.
4444
- name: jdk 11
4545
uses: actions/setup-java@v4
4646
with:

0 commit comments

Comments
 (0)