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