Skip to content

Commit

Permalink
Remove redundant step from example workflow
Browse files Browse the repository at this point in the history
Signed-off-by: dnskr <[email protected]>
  • Loading branch information
dnskr committed Jul 5, 2024
1 parent d1e09fd commit c417287
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 c417287

Please sign in to comment.