Skip to content

Commit

Permalink
sort tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson authored Nov 6, 2024
1 parent e8eb2cf commit 92a5c09
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 @@ -17,7 +17,7 @@ jobs:
- name: Update dev version
run: |
git fetch --prune --unshallow --tags
tags="$(git tag --list)"
tags="$(git tag --sort version:refname)"
latest_tag=${tags: -6 : 6}
old_version=${latest_tag:1:5}
echo "Old Version: $old_version"
Expand Down

0 comments on commit 92a5c09

Please sign in to comment.