Skip to content

Commit

Permalink
Merge pull request #63 from embik/github-action-update
Browse files Browse the repository at this point in the history
Update to helm/[email protected] and skip releasing for existing versions
  • Loading branch information
kcp-ci-bot authored Jan 5, 2024
2 parents 5889557 + 8c24944 commit 23287d7
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 @@ -22,6 +22,8 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
uses: helm/[email protected]
with:
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 23287d7

Please sign in to comment.