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')}}