Skip to content

Commit

Permalink
explicitly install helm in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Jun 4, 2024
1 parent 726ccaf commit ffb4408
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Create Pages Release
uses: helm/[email protected]
with:
Expand Down

0 comments on commit ffb4408

Please sign in to comment.