From 819de3abd4e071c66c6c02c8b3973b5608cc13a5 Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR Date: Tue, 14 Jan 2025 01:40:59 -0300 Subject: [PATCH] Publish the dev bundle on the PerfectDreams' repository smh --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6174b54..d3b45b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Build run: ./gradlew build - name: Publish publications and dev bundle - run: ./gradlew -PpublishDevBundle publishMavenPublicationToPerfectDreamsRepository :sparklypaper-server:publishDevBundlePublicationToMavenLocal + run: ./gradlew -PpublishDevBundle publishMavenPublicationToPerfectDreamsRepository :sparklypaper-server:publishDevBundlePublicationToPerfectDreamsRepository env: ORG_GRADLE_PROJECT_PerfectDreamsUsername: ${{ secrets.PERFECTDREAMS_REPO_USERNAME }} ORG_GRADLE_PROJECT_PerfectDreamsPassword: ${{ secrets.PERFECTDREAMS_REPO_PASSWORD }}