Skip to content

Commit

Permalink
Merge pull request #2 from niulechuan/helm_all_merged
Browse files Browse the repository at this point in the history
fix helm release action
  • Loading branch information
niulechuan authored Feb 21, 2022
2 parents 99c1fbf + 2384370 commit 8e86771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
with:
Expand Down

0 comments on commit 8e86771

Please sign in to comment.