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 dc48c9f commit 86c443d
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 @@ -42,7 +42,7 @@ jobs:
uses: xom9ikk/split@v1
id: splitVersionMinor
with:
string: ${{env.POM_VERSION}}
string: ${{steps.splitVersion.outputs._0}}.${{steps.splitVersion.outputs._1}}.${{steps.splitVersion.outputs._2}}
separator: .
limit: -1
- name: Increment Snapshot Version
Expand Down

0 comments on commit 86c443d

Please sign in to comment.