Fix missing run statement on release action

Signed-off-by: Ian Zink <zforce@gmail.com>
pull/12425/head
Ian Zink 9 months ago
parent 0619d088ef
commit 21ea847ff2
No known key found for this signature in database
GPG Key ID: 446514E7EEBE6422

@ -35,6 +35,7 @@ jobs:
make dist checksum VERSION="${{ github.ref_name }}"
- name: Set latest version
run: |
# Push the latest semver tag, excluding prerelease tags
git tag | sort -r --version-sort | grep '^v[0-9]' | grep -v '-' | head -n1 > _dist/helm-latest-version

Loading…
Cancel
Save