Skip to content

Commit

Permalink
test.yaml almost done
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiki committed Jul 22, 2024
1 parent 6277947 commit b14e766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Get Latest Tag
id: get_tag
run: |
latest_tag="$(git ls-remote origin 'refs/tags/v*[0-9]' | awk -F'refs/tags/' '{print $2}')"
latest_tag="$(git ls-remote origin 'refs/tags/v*[0-9]' | awk -F'refs/tags/' '{print $2}' | sort -V | tail -1)"
echo latest_tag="${latest_tag}" >> $GITHUB_OUTPUT
- name: Get desertislandutils Version
Expand Down

0 comments on commit b14e766

Please sign in to comment.