From 0d9a7419d2676d5c26d528c3bec44e5b839f3645 Mon Sep 17 00:00:00 2001 From: Fabian Kramm Date: Fri, 29 Oct 2021 18:24:26 +0200 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c7211df..02e6742 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/v!!p') helm plugin install https://github.com/chartmuseum/helm-push helm repo add chartmuseum $CHART_MUSEUM_URL --username $CHART_MUSEUM_USER --password $CHART_MUSEUM_PASSWORD - helm push --version="$RELEASE_VERSION" . chartmuseum + helm cm-push --version="$RELEASE_VERSION" . chartmuseum env: CHART_MUSEUM_URL: "https://charts.devspace.sh/" CHART_MUSEUM_USER: ${{ secrets.CHART_MUSEUM_USER }}