Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Nov 11, 2024
1 parent d95cf63 commit 4d1f47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
git fetch --prune --unshallow --tags
IFS=$'\n' read -rd '' -a tags <<<"$(git tag --list --sort version:refname)"
echo $tags
latest_tag=${y[${#y[@]} - 1]}
# latest_tag=${y[${#y[@]} - 1]}
old_version="${latest_tag:1}"
echo "Old Version: $old_version"
IFS=$'.' read -rd '' -a split_old_version <<<"$old_version"
Expand Down

0 comments on commit 4d1f47b

Please sign in to comment.