From 3033e324bbd647b1ac5eb579c6354dcbeacf0ea1 Mon Sep 17 00:00:00 2001 From: XyperCode Date: Sun, 15 Dec 2024 12:42:54 +0100 Subject: [PATCH] :rocket: Deploy 0.8.4 to GH Packages? --- .github/workflows/gradle-publish-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-publish-commit.yml b/.github/workflows/gradle-publish-commit.yml index a193f4e7..f9b639b5 100644 --- a/.github/workflows/gradle-publish-commit.yml +++ b/.github/workflows/gradle-publish-commit.yml @@ -44,7 +44,7 @@ jobs: # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - name: Publish to GitHub Packages - run: ./gradlew publish -Pci=true -Pbranch=${{ steps.extract_branch.outputs.branch }} -Psnapshot=true + run: ./gradlew :common:publish :fabric:publish :forge:publish -Pci=true -Pbranch=${{ steps.extract_branch.outputs.branch }} -Psnapshot=true env: USERNAME: ${{ github.actor }} TOKEN: ${{ secrets.GITHUB_TOKEN }}