diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 5d80fb80..ffc93e39 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -17,8 +17,8 @@ jobs: - name: Update dev version run: | git fetch --prune --unshallow --tags - IFS=$'\n' read -rd '' -a tags <<<"$(git tag --list --sort version:refname)" - echo $tags + # IFS=$'\n' read -rd '' -a tags <<<"$(git tag --list --sort version:refname)" + # echo $tags # latest_tag=${y[${#y[@]} - 1]} # old_version="${latest_tag:1}" # echo "Old Version: $old_version"