Skip to content

Commit

Permalink
Testing Addition
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Jun 6, 2024
1 parent 6e41b8b commit af7e28c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_poc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ jobs:
string: ${{env.POM_VERSION}}
separator: -SNAPSHOT
limit: -1
- name: Release Version Env
run: "Get Version Env"
env:
SNAPSHOTVERSION: ${{steps.splitVersion.outputs._0}}
- name: Increment Snapshot Version
id: newSnapshotVersion
run: echo "SnapshotVersion=$(($steps.splitVersion.outputs._0 + 0.1.0))" >> $GITHUB_OUTPUT
run: echo "SnapshotVersion=$(($SNAPSHOTVERSION + 0.1.0))" >> $GITHUB_OUTPUT
- name: Print Versions
run: |
echo " Snapshot Version -- ${{steps.newSnapshotVersion.outputs.SnapshotVersion}}"
Expand Down

0 comments on commit af7e28c

Please sign in to comment.