ci: fix input
This commit is contained in:
parent
649c1f6c41
commit
34c05f6ad0
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ jobs:
|
|||
- name: install helm
|
||||
uses: https://github.com/azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
|
||||
with:
|
||||
version: v3.13.2 # renovate: datasource=github-releases depName=helm packageName=helm/helm
|
||||
version: ${{ env.HELM_VERSION }}
|
||||
|
||||
- run: helm dependency build
|
||||
- run: helm package --version "${GITHUB_REF_NAME#v}" -d tmp/ ./
|
||||
|
|
Loading…
Reference in a new issue