Skip to content

Commit 05b6dfa

Browse files
authored
Skip build and publish step to finish release (#5283)
1 parent e57b61c commit 05b6dfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
java-version: 17
2323

2424
- name: Build and publish artifacts
25+
# Skip publish artifacts step to finish partial release
26+
if: false
2527
uses: gradle/gradle-build-action@v2
2628
with:
2729
arguments: assemble publishToSonatype closeAndReleaseSonatypeStagingRepository

0 commit comments

Comments
 (0)