From 120d7276a639b29b18481596b9ee61a39cc63ad2 Mon Sep 17 00:00:00 2001 From: onebeastchris Date: Thu, 28 Nov 2024 00:10:39 +0800 Subject: [PATCH] let's publish snapshots! --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3f610595..59807938 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: distribution: temurin - name: Publish to Maven Repository - if: ${{ success() && github.repository == 'GeyserMC/MCProtocolLib' && github.ref_name == 'master' }} + if: ${{ success() && github.repository == 'GeyserMC/MCProtocolLib' }} uses: gradle/gradle-build-action@3bfe3a46584a206fb8361cdedd0647b0c4204232 env: ORG_GRADLE_PROJECT_geysermcUsername: ${{ vars.DEPLOY_USER }}