Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
afalhambra-hivemq committed Mar 22, 2024
1 parent 0ebfe1c commit 76ddec3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
chart_name=$(echo "$chart_path" | cut -d'/' -f2)
# Fetch latest and previous tag
git fetch --all
tags=($(git tag --list "${chart_name}-[0-9]*.[0-9]*.[0-9]*" | sort -r | head -n 2))
latest_tag="${tags[0]}"
previous_tag="${tags[1]}"
Expand Down

0 comments on commit 76ddec3

Please sign in to comment.