Skip to content

Commit c358489

Browse files
Update build-java-app-workflow.yml
1 parent 58a0278 commit c358489

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-java-app-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
outputs:
2020
version: ${{ steps.get_project_version.outputs.version }}
2121
steps:
22-
#- uses: actions/checkout@v3
23-
# with:
24-
# fetch-depth: '10'
22+
- uses: actions/checkout@v3
23+
with:
24+
fetch-depth: '10'
2525
#- name: Set up JDK 8
2626
# uses: actions/setup-java@v3
2727
# with:

0 commit comments

Comments
 (0)