From c7a8e966ce1d611419f268b7f09a1b6a581f5b8a Mon Sep 17 00:00:00 2001 From: RogueLogix Date: Sat, 23 Sep 2023 23:02:50 -0700 Subject: [PATCH] use publish task for publish action --- .github/workflows/publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index de5f46b3..e7bb13b5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,8 +17,7 @@ jobs: - uses: actions/checkout@v2 - run: git submodule update --init --recursive - id: mainbuild - run: ./gradlew build - - run: ./gradlew publishToMavenLocal + run: ./gradlew :publish - run: mkdir jars - run: mv build/libs/biggerreactors-* jars/ - uses: actions/upload-artifact@v2