fix: Add missing environment variables for build workflow (#2631)

This commit is contained in:
Phillipp Glanz 2025-01-26 14:35:16 +01:00 committed by GitHub
parent ff4c8b97d9
commit f3e7d55610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,8 @@ jobs:
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
echo "Version: ${SHORT_COMMIT_HASH}" >> $GITHUB_STEP_SUMMARY
env:
MINESTOM_VERSION: ${{ steps.vars.outputs.short_commit_hash }}
MINESTOM_CHANNEL: release
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}