Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson authored Nov 6, 2024
1 parent 0c03f5a commit 3711683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3711683

Please sign in to comment.