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 bb7ff05 commit 0f374beCopy full SHA for 0f374be
.github/workflows/check.yml
@@ -29,7 +29,6 @@ jobs:
29
distribution: 'temurin'
30
java-version: '25'
31
- name: Publish to Maven Central
32
- if: ${{ env.need_update == 'true' }}
33
run: ./gradlew --no-daemon --info checkExisting publishToSonatype closeAndReleaseSonatypeStagingRepository -Phmcl.channel=$HMCL_UPDATE_CHANNEL
34
env:
35
SIGNING_KEY_ID: ${{ secrets.signingKeyId }}
0 commit comments