Skip to content

Commit

Permalink
Remove redundant step from example workflow (#204)
Browse files Browse the repository at this point in the history
Signed-off-by: dnskr <[email protected]>
  • Loading branch information
dnskr authored Jan 20, 2025
1 parent dc8b0e9 commit 134a08b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ 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: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 134a08b

Please sign in to comment.