Skip to content

Commit

Permalink
Update helm/chart-releaser-action
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetse committed Feb 2, 2024
1 parent b58b68c commit 6474d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
git config user.email "[email protected]"
- name: Release developing charts
uses: helm/chart-releaser-action@v1.0.0
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: developing
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Release incubating charts
uses: helm/chart-releaser-action@v1.0.0
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: incubating
env:
Expand Down

0 comments on commit 6474d8b

Please sign in to comment.