We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb92eb commit b96aae4Copy full SHA for b96aae4
.github/workflows/gradle-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
submodules: 'recursive'
24
# For a push event, we need all history for git describe
25
- depth: ${{ github.event_name == 'pull_request' && 1 || 0 }}
+ fetch-depth: ${{ github.event_name == 'pull_request' && 1 || 0 }}
26
- name: Set up JDK 17
27
uses: actions/setup-java@v4
28
0 commit comments