Skip to content

Commit d2f8aab

Browse files
committed
Fix workflow 2
1 parent a9c33ef commit d2f8aab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
with:
1111
submodules: recursive
12+
fetch-depth: 0 # needed for versioning
1213
- name: Set up Java 11
1314
uses: actions/setup-java@v1
1415
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
with:
1414
submodules: recursive
15+
fetch-depth: 0 # needed for versioning
1516
- name: Set up Java 11
1617
uses: actions/setup-java@v1
1718
with:

0 commit comments

Comments
 (0)