mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-28 03:09:08 +00:00
Remove debug print, validate that entity definitions have been registered, setup publishing
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -51,7 +51,16 @@ jobs:
|
||||
bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
|
||||
|
||||
- name: Publish to Maven Repository
|
||||
if: ${{ success() && github.repository == 'GeyserMC/Geyser' && github.ref_name == 'master' }}
|
||||
if: >-
|
||||
${{
|
||||
success() &&
|
||||
github.repository == 'GeyserMC/Geyser' &&
|
||||
(
|
||||
github.ref_name == 'master' ||
|
||||
(github.event.pull_request &&
|
||||
contains(github.event.pull_request.labels.*.name, 'PR: Needs Testing'))
|
||||
)
|
||||
}}
|
||||
run: ./gradlew publish
|
||||
env:
|
||||
BUILD_NUMBER: ${{ steps.release-info.outputs.curentRelease }}
|
||||
|
||||
Reference in New Issue
Block a user