From 31f9c2f6c97f2d2c3d58df200571096e8408cebb Mon Sep 17 00:00:00 2001 From: salaboy Date: Thu, 8 May 2025 07:58:53 +0100 Subject: [PATCH] fixing typo Signed-off-by: salaboy --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cacf6fa4..730d3ae8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,13 +73,11 @@ jobs: - name: Fail the job if unit tests failed if: env.UNIT_TEST_FAILED == 'true' run: exit 1 - - name: Upload JAR output uses: actions/upload-artifact@v4 with: name: Package path: client/build/libs - - name: Publish to ossrh run: | echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg