mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
ci: add fetch-depth 0 to canary checkout for goreleaser
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
This commit is contained in:
parent
c075022ce1
commit
82899404a6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -85,6 +85,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Add variables to environment file
|
||||
run: cat ".github/env" >> "$GITHUB_ENV"
|
||||
|
|
|
|||
Loading…
Reference in a new issue