Skip to content

Commit

Permalink
Merge pull request #15 from clusterpedia-io/set-helm-version
Browse files Browse the repository at this point in the history
set helm version of publish action
  • Loading branch information
Iceber committed Oct 27, 2022
2 parents a7935c8 + c28cc02 commit 6b686ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: latest # stable
version: 3.10.1 # stable
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest'

- name: Add dependency chart repos
Expand Down

0 comments on commit 6b686ad

Please sign in to comment.