let's publish snapshots!

This commit is contained in:
onebeastchris 2024-11-28 00:10:39 +08:00
parent 38921fd992
commit 120d7276a6

View file

@ -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 }}