Skip to content

Commit

Permalink
update helm action version (#3075)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>

Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored Nov 15, 2022
1 parent 6a67339 commit 8194578
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,11 @@ jobs:
fetch-depth: "0"

- name: Install Helm
uses: azure/setup-helm@v1

uses: azure/setup-helm@v3
with:
version: 'latest' # default is latest (stable)
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest'
id: install
- name: Configure Git
run: |
git config user.name "${{ github.actor }}"
Expand Down

0 comments on commit 8194578

Please sign in to comment.