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 c3dc9ad commit 471c508
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_poc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
run: echo "SNAPSHOTVERSION=${{steps.splitVersion.outputs._0}}" >> $GITHUB_ENV
- name: Increment Snapshot Version
id: newSnapshotVersion
env:
NUM: ${{env.SNAPSHOTVERSION}}
run: |
echo ${{env.SNAPSHOTVERSION}}
echo "SnapshotVersion=$((${{env.SNAPSHOTVERSION}} + 0.1.0))" >> $GITHUB_OUTPUT
echo "SnapshotVersion=$(($NUM + 0.1.0))" >> $GITHUB_OUTPUT
- name: Print Versions
run: |
echo " Snapshot Version -- ${{steps.newSnapshotVersion.outputs.SnapshotVersion}}"
Expand Down

0 comments on commit 471c508

Please sign in to comment.