Skip to content

Commit

Permalink
Merge pull request #12425 from z4ce/write-helm-latest-version
Browse files Browse the repository at this point in the history
Fix missing run statement on release action
  • Loading branch information
mattfarina authored Sep 28, 2023
2 parents fa918d1 + 21ea847 commit 4a5e26b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a5e26b

Please sign in to comment.