Skip to content

Commit

Permalink
Merge pull request #30 from mage-ai/xiaoyou/add-dependency-in-release…
Browse files Browse the repository at this point in the history
…-workflow

[xy] Install helm dependency in chart release action.
  • Loading branch information
wangxiaoyou1993 authored Nov 13, 2023
2 parents 48af663 + 066bafc commit 69a4d1b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
# See https://github.com/helm/chart-releaser-action/issues/6
- name: Install Helm
run: |
curl -sSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get
chmod 700 get_helm.sh
./get_helm.sh
helm init --client-only
- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
Expand Down

0 comments on commit 69a4d1b

Please sign in to comment.