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 471c508 commit 2fa398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_poc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
NUM: ${{env.SNAPSHOTVERSION}}
run: |
echo ${{env.SNAPSHOTVERSION}}
echo "SnapshotVersion=$(($NUM + 0.1.0))" >> $GITHUB_OUTPUT
echo "SnapshotVersion=$(($NUM + 0.1.0)) | bc" >> $GITHUB_OUTPUT
- name: Print Versions
run: |
echo " Snapshot Version -- ${{steps.newSnapshotVersion.outputs.SnapshotVersion}}"
Expand Down

0 comments on commit 2fa398a

Please sign in to comment.