Skip to content

Commit

Permalink
Fix missing run statement on release action
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Zink <zforce@gmail.com>
(cherry picked from commit 21ea847)
  • Loading branch information
z4ce authored and mattfarina committed Oct 12, 2023
1 parent 6101393 commit 0901269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
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 0901269

Please sign in to comment.