mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-04 23:47:59 +01:00
fix: update snapshot-deploy ci job
This commit is contained in:
parent
5893a0b7c0
commit
8715f4305d
3
.github/workflows/snapshot-deploy.yaml
vendored
3
.github/workflows/snapshot-deploy.yaml
vendored
@ -25,7 +25,8 @@ jobs:
|
||||
echo "short_commit_hash=${GITHUB_SHA::10}" >> $GITHUB_OUTPUT
|
||||
- name: Publish to Sonatype
|
||||
env:
|
||||
SHORT_COMMIT_HASH: ${{ steps.vars.outputs.short_commit_hash }}
|
||||
MINESTOM_VERSION: ${{ steps.vars.outputs.short_commit_hash }}
|
||||
MINESTOM_CHANNEL: release
|
||||
run: |
|
||||
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
|
||||
echo "Version: ${SHORT_COMMIT_HASH}" >> $GITHUB_STEP_SUMMARY
|
||||
|
Loading…
Reference in New Issue
Block a user