mirror of
https://github.com/helm/helm.git
synced 2026-04-22 23:00:01 -04:00
Add missing with clause to release gh action
Signed-off-by: Ian Zink <zforce@gmail.com>
This commit is contained in:
parent
21ea847ff2
commit
9d3d17aa30
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -19,7 +19,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3.6.0
|
||||
fetch-depth: 0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # pin@4.1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue