9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-19 15:09:27 +00:00

Also publish the API to Maven

This commit is contained in:
MrPowerGamerBR
2023-03-20 23:53:40 -03:00
committed by GitHub
parent c714c3a7f4
commit 191814defb

View File

@@ -34,6 +34,7 @@ jobs:
run: |
./gradlew build --stacktrace --no-daemon
./gradlew createReobfPaperclipJar --stacktrace --no-daemon
./gradlew publishMavenPublicationToPerfectDreamsRepository --stacktrace --no-daemon
./gradlew publishDevBundleToPerfectDreamsRepository -PpublishDevBundle --stacktrace --no-daemon
env:
ORG_GRADLE_PROJECT_PerfectDreamsUsername: ${{ secrets.PERFECTDREAMS_REPO_USERNAME }}