We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57b61c commit 05b6dfaCopy full SHA for 05b6dfa
.github/workflows/release.yml
@@ -22,6 +22,8 @@ jobs:
22
java-version: 17
23
24
- name: Build and publish artifacts
25
+ # Skip publish artifacts step to finish partial release
26
+ if: false
27
uses: gradle/gradle-build-action@v2
28
with:
29
arguments: assemble publishToSonatype closeAndReleaseSonatypeStagingRepository
0 commit comments