Skip to content

Commit

Permalink
[xy] Allow manually trigger release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoyou1993 committed Nov 13, 2023
1 parent 69a4d1b commit 7488614
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 "[email protected]"
# 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 7488614

Please sign in to comment.