Skip to content

Commit

Permalink
Merge pull request helm#12437 from z4ce/write-helm-latest-version
Browse files Browse the repository at this point in the history
Add missing with clause to release gh action
  • Loading branch information
mattfarina authored Oct 11, 2023
2 parents 1b260d0 + 9d3d17a commit ee4e03e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # [email protected]
fetch-depth: 0
with:
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # [email protected]
Expand Down

0 comments on commit ee4e03e

Please sign in to comment.