Skip to content

Commit

Permalink
feat: ⬆️ Update chart releaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
fungiboletus committed Feb 16, 2024
1 parent b54592c commit b652642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.11.0
version: v3

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit b652642

Please sign in to comment.