From 10d65ba51de4b23396acfc43117b33d117f12e09 Mon Sep 17 00:00:00 2001 From: Tim203 Date: Mon, 12 Feb 2024 10:42:45 +0100 Subject: [PATCH] Specify publish target --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 99387dd0..2ec160f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: ORG_GRADLE_PROJECT_geysermcUsername: ${{ vars.DEPLOY_USER }} ORG_GRADLE_PROJECT_geysermcPassword: ${{ secrets.DEPLOY_PASS }} with: - arguments: publish + arguments: publishMavenPublicationToGeysermcRepository cache-read-only: ${{ github.ref_name != 'master' && github.ref_name != 'development' }} - name: Notify Discord