chore: alternative solution for prior commit because the simple one didn't work.

This commit is contained in:
mworzala 2024-02-20 21:32:11 -05:00
parent c5a145cf8b
commit b0f811d5ba
No known key found for this signature in database
GPG Key ID: B148F922E64797C7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
run: ./gradlew test
publish:
runs-on: ubuntu-latest
if: github.repository == 'Minestom/Minestom'
if: github.event.pull_request.head.repo.full_name == github.repository
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}