Skip to content

Commit

Permalink
cr: skip existing (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Apr 22, 2023
1 parent 15e5f8b commit b8a8b40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"
CR_GENERATE_RELEASE_NOTES: "true"

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit b8a8b40

Please sign in to comment.