From 2f60b51ce0f93fbf88314c5a68206215fdc58cef Mon Sep 17 00:00:00 2001 From: OmOmofonmwan Date: Tue, 13 Aug 2024 17:45:30 -0500 Subject: [PATCH] Removed exit command --- .github/workflows/release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 082e10f14..2d6971cb3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,10 +46,6 @@ jobs: - name: Print Maven POM project version run: | echo "version = ${{ steps.get_current_version.outputs.POM_VERSION }}" - exit 1 - - - name: Print Version - run: echo ${{steps.get_current_version.outputs.POM_VERSION}} - name: Verify Is SNAPSHOT Version if: ${{ !contains(steps.get_current_version.outputs.POM_VERSION, '-SNAPSHOT')}}