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

Add missing with clause to release gh action
pull/12481/head
Matt Farina 1 year ago committed by GitHub
commit ee4e03eb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,7 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3.6.0
with:
fetch-depth: 0
- name: Setup Go

Loading…
Cancel
Save