Skip to content

Commit

Permalink
Working on initilization stage
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Jun 6, 2024
1 parent a6b81b4 commit 12a295f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_poc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release Pipeline

run-name: Releasing ${{ github.event.repository.name }}
run-name: "Releasing ${{ github.event.repository.name }} #${{github.run_attempt}}"

on:
workflow_dispatch
Expand All @@ -22,7 +22,8 @@ jobs:
- name: Get Current Version
run: |
echo "POM_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
echo "${{env.POM_VERSION}}"
- name: Print Version
run: echo ${{env.POM_VERSION}}
- name: Verify Is SNAPSHOT Version
if: ${{ !contains(env.POM_VERSION, '-SNAPSHOT')}}
run: |
Expand Down

0 comments on commit 12a295f

Please sign in to comment.