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 dd5587a commit 07565ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_poc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Increment Snapshot Version
id: newSnapshotVersion
run: |
echo $($SNAPSHOTVERSION)
echo "SnapshotVersion=$(($SNAPSHOTVERSION + 0.1.0))" >> $GITHUB_OUTPUT
echo ${{env.SNAPSHOTVERSION}}
echo "SnapshotVersion=$((${{env.SNAPSHOTVERSION}} + 0.1.0))" >> $GITHUB_OUTPUT
- name: Print Versions
run: |
echo " Snapshot Version -- ${{steps.newSnapshotVersion.outputs.SnapshotVersion}}"
Expand Down

0 comments on commit 07565ad

Please sign in to comment.