Skip to content

Commit

Permalink
Merge pull request #31 from mage-ai/xiaoyou/allow-manually-triggering…
Browse files Browse the repository at this point in the history
…-workflow

[xy] Allow manually trigger release workflow.
  • Loading branch information
wangxiaoyou1993 authored Nov 13, 2023
2 parents 69a4d1b + 7488614 commit 207f044
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
release:
Expand All @@ -19,13 +20,8 @@ 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
uses: azure/setup-helm@v3

- name: Add dependency chart repos
run: |
Expand Down

0 comments on commit 207f044

Please sign in to comment.