Skip to content

Commit

Permalink
Skip build and publish step to finish release (#5283)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Mar 10, 2023
1 parent e57b61c commit 05b6dfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
java-version: 17

- name: Build and publish artifacts
# Skip publish artifacts step to finish partial release
if: false
uses: gradle/gradle-build-action@v2
with:
arguments: assemble publishToSonatype closeAndReleaseSonatypeStagingRepository
Expand Down

0 comments on commit 05b6dfa

Please sign in to comment.