Skip to content

Commit

Permalink
added skip_existing flag, bumped to 1.6.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
odysseu authored Nov 20, 2023
1 parent d708377 commit 245cce6
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 @@ -18,8 +18,9 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.3.0
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: charts
skip_existing: true
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"

0 comments on commit 245cce6

Please sign in to comment.