1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 03:09:08 +00:00

Set up feature branch publishing and vertical offset applying

This commit is contained in:
onebeastchris
2025-12-01 16:35:30 +01:00
parent 8a79001b4b
commit d4f07135f4
5 changed files with 15 additions and 17 deletions

View File

@@ -51,16 +51,7 @@ jobs:
bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
- name: Publish to Maven Repository
if: >-
${{
success() &&
github.repository == 'GeyserMC/Geyser' &&
(
github.ref_name == 'master' ||
(github.event.pull_request &&
contains(github.event.pull_request.labels.*.name, 'PR: Needs Testing'))
)
}}
if: ${{ success() && github.repository == 'GeyserMC/Geyser' && (github.ref_name == 'master' || startsWith(github.ref_name, 'feature/')) }}
run: ./gradlew publish
env:
BUILD_NUMBER: ${{ steps.release-info.outputs.curentRelease }}