Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKramm committed Nov 23, 2021
1 parent a69747b commit d4dfa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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 --force --version="$RELEASE_VERSION" ./chart chartmuseum
helm cm-push --force --version="$RELEASE_VERSION" ./chart chartmuseum
env:
CHART_MUSEUM_URL: "https://charts.devspace.sh/"
CHART_MUSEUM_USER: ${{ secrets.CHART_MUSEUM_USER }}
Expand Down

0 comments on commit d4dfa89

Please sign in to comment.