Skip to content

Commit

Permalink
misc: update helm/chart-releaser-action and make it ignore existing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
machine424 committed Feb 11, 2024
1 parent 6660d89 commit edc2839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.1
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: helm-chart
skip_existing: true
env:
CR_TOKEN: "${{ secrets.MY_PAT }}"

0 comments on commit edc2839

Please sign in to comment.