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 7b94371 commit 7fb92ebCopy full SHA for 7fb92eb
.github/workflows/gradle-publish.yml
@@ -21,7 +21,8 @@ jobs:
21
- uses: actions/checkout@v4
22
with:
23
submodules: 'recursive'
24
- fetch-tags: true
+ # For a push event, we need all history for git describe
25
+ depth: ${{ github.event_name == 'pull_request' && 1 || 0 }}
26
- name: Set up JDK 17
27
uses: actions/setup-java@v4
28
0 commit comments