Skip to content

Commit

Permalink
skip existing charts at release
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Jun 26, 2024
1 parent 563a977 commit a54dfe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: k8s
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit a54dfe9

Please sign in to comment.