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

Fix build (hopefully)

This commit is contained in:
MrPowerGamerBR
2025-01-14 01:06:52 -03:00
parent 20b3821de4
commit 61b96df887
2 changed files with 3 additions and 28 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Build
run: ./gradlew build
- name: Publish publications and dev bundle
run: ./gradlew -PpublishDevBundle publishDevBundlePublicationToPerfectDreamsRepository publishMavenPublicationToPerfectDreamsRepository
run: ./gradlew -PpublishDevBundle publishMavenPublicationToPerfectDreamsRepository
env:
ORG_GRADLE_PROJECT_PerfectDreamsUsername: ${{ secrets.PERFECTDREAMS_REPO_USERNAME }}
ORG_GRADLE_PROJECT_PerfectDreamsPassword: ${{ secrets.PERFECTDREAMS_REPO_PASSWORD }}