Skip to content

Commit 0901269

Browse files
z4cemattfarina
authored andcommitted
Fix missing run statement on release action
Signed-off-by: Ian Zink <zforce@gmail.com> (cherry picked from commit 21ea847)
1 parent 6101393 commit 0901269

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
make dist checksum VERSION="${{ github.ref_name }}"
3636
3737
- name: Set latest version
38+
run: |
3839
# Push the latest semver tag, excluding prerelease tags
3940
git tag | sort -r --version-sort | grep '^v[0-9]' | grep -v '-' | head -n1 > _dist/helm-latest-version
4041

0 commit comments

Comments
 (0)