Update build-and-publish.yml

This commit is contained in:
Tommy 2023-12-25 19:26:30 +01:00
parent e68832c369
commit 0a59aeeab5
No known key found for this signature in database

View file

@ -35,6 +35,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
with:
skip_existing: "true"
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"