Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 5, 2024
1 parent d57714e commit 214e9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
current_repo_version=${{ steps.fetch-latest-release-tags.outputs.tag_name }}
current_repo_version_only=${current_repo_version:1}
IFS='.' read -r -a version_parts <<< "$current_vcurrent_repo_version_onlyersion_no_v"
IFS='.' read -r -a version_parts <<< "$current_repo_version_only"
case "$version_change" in
major)
Expand Down

0 comments on commit 214e9a0

Please sign in to comment.