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 }}