From bc5cb5fa27d85b11292856afe0b22b7e61cf36c5 Mon Sep 17 00:00:00 2001 From: twisti <76837088+twisti-dev@users.noreply.github.com> Date: Thu, 7 May 2026 10:43:43 +0200 Subject: [PATCH 1/2] fix(ci): restrict manual publish runs to version branches --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b1692305..6e9d29d3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,6 +8,7 @@ on: jobs: build: + if: github.event_name != 'workflow_dispatch' || startsWith(github.ref, 'refs/heads/version/') uses: SLNE-Development/surf-workflows/.github/workflows/build-publish-release-gradle.yml@master with: modules: "surf-api-paper-server-*-all.jar;surf-api-velocity-server-*-all.jar;surf-api-standalone-server-*-all.jar" From 325c05ca3b8df422795618a3f0d82e2732eed830 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 May 2026 19:27:09 +0000 Subject: [PATCH 2/2] chore: update ABI and bump version [skip ci] --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6850f874..5a55c26a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled javaVersion=25 mcVersion=26.1.2 group=dev.slne.surf.api -version=3.17.0 +version=3.17.0-.1.0 relocationPrefix=dev.slne.surf.api.libs snapshot=false