Skip to content

Commit

Permalink
Always use latest helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuMori committed Jul 20, 2023
1 parent b9481a6 commit 7157a84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.10.0

- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 7157a84

Please sign in to comment.