diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 9615060e..5b005ce8 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -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"