Merge pull request #12425 from z4ce/write-helm-latest-version

Fix missing run statement on release action
pull/12427/head
Matt Farina 9 months ago committed by GitHub
commit 4a5e26b86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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