Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaminidhamija authored Apr 17, 2024
1 parent df65ddd commit 0e5d14f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
new_release_branch_name: "${{ steps.branch_name.outputs.branch_name }}"
run: |
IFS='.' read -r -a version_parts <<< "$new_release_branch_name"
# Split the version string into major, minor, and patch components
IFS='.' read -r -a version_parts <<< "$version"
major="${version_parts[0]}"
minor="${version_parts[1]}"
patch="${version_parts[2]}"
Expand Down

0 comments on commit 0e5d14f

Please sign in to comment.