1
0
mirror of https://github.com/GeyserMC/Rainbow.git synced 2025-12-19 14:59:16 +00:00

Add build number to version in FMJ

This commit is contained in:
Eclipse
2025-10-23 10:37:01 +00:00
parent e766f0564b
commit fba4aa31ab
2 changed files with 6 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ jobs:
if: ${{ success() && github.repository == 'GeyserMC/Rainbow' && github.ref_name == 'master' }}
run: ./gradlew publish
env:
BUILD_NUMBER: ${{ steps.release-info.outputs.curentRelease }}
ORG_GRADLE_PROJECT_geysermcUsername: ${{ vars.DEPLOY_USER }}
ORG_GRADLE_PROJECT_geysermcPassword: ${{ secrets.DEPLOY_PASS }}