Deleting an unnecessary step in the helm chart release action

Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
This commit is contained in:
Yonatan Kahana 2021-01-12 19:12:30 +02:00
parent f44ac23c42
commit 6fd46c11d4
1 changed files with 0 additions and 5 deletions

View File

@ -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: