Deleting an unnecessary step in the helm chart release action
Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
This commit is contained in:
parent
f44ac23c42
commit
6fd46c11d4
|
|
@ -19,11 +19,6 @@ jobs:
|
|||
git config user.name "$GITHUB_ACTOR"
|
||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v1
|
||||
with:
|
||||
version: v3.4.0
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.1.0
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue