We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28a3b0 commit 32f01ffCopy full SHA for 32f01ff
.github/workflows/build_and_publish.yml
@@ -5,6 +5,8 @@
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
8
+ with:
9
+ fetch-depth: '0'
10
- name: Validate Gradle Wrapper
11
uses: gradle/wrapper-validation-action@v3
12
- name: Set up JDK 17
0 commit comments