From 18330cd9fca088d8c6cd8cac8fc5e2503c09a3d3 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" <66972+wendigo@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:35:44 +0100 Subject: [PATCH] Revert "Test out early access JReleaser github action" This reverts commit 873d018c65b49588977bbea5bb17fce499ddc8b8. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dc6fff91..c94705ace 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,6 @@ jobs: JRELEASER_SKIP_RELEASE: ${{ inputs.push && 'false' || 'true' }} with: setup-java: false - version: 'early-access' - name: Push git changes if: ${{ inputs.push }}