From 4d1f47b42286341d10c2c622a99f5b6a1cca18e7 Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Mon, 11 Nov 2024 13:07:10 -0800 Subject: [PATCH] debug --- .github/workflows/update-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"