Skip to content

Commit

Permalink
let's publish snapshots!
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Nov 27, 2024
1 parent 38921fd commit 120d727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 120d727

Please sign in to comment.