Skip to content

Commit 0f374be

Browse files
committed
Fix GitHub Action
1 parent bb7ff05 commit 0f374be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
distribution: 'temurin'
3030
java-version: '25'
3131
- name: Publish to Maven Central
32-
if: ${{ env.need_update == 'true' }}
3332
run: ./gradlew --no-daemon --info checkExisting publishToSonatype closeAndReleaseSonatypeStagingRepository -Phmcl.channel=$HMCL_UPDATE_CHANNEL
3433
env:
3534
SIGNING_KEY_ID: ${{ secrets.signingKeyId }}

0 commit comments

Comments
 (0)