Skip to content

Commit

Permalink
Merge pull request #15 from OmOmofonmwan/feature/IAT-000-GitHub-Actions
Browse files Browse the repository at this point in the history
Removed exit command
  • Loading branch information
OmOmofonmwan authored Aug 13, 2024
2 parents 7ef3285 + 2f60b51 commit 3e985c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')}}
Expand Down

0 comments on commit 3e985c5

Please sign in to comment.