Skip to content

Commit

Permalink
Merge pull request #12 from CSCfi/gha-update
Browse files Browse the repository at this point in the history
Update chart-releaser version. Add skip_existing input
  • Loading branch information
lvarin authored Jan 22, 2024
2 parents 6e5e921 + c5b6abb commit de3e652
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit de3e652

Please sign in to comment.