mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-11 01:41:47 +01:00
fix: Add missing environment variables for build workflow (#2631)
This commit is contained in:
parent
ff4c8b97d9
commit
f3e7d55610
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user