Skip to content

Commit

Permalink
fix helm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Oct 24, 2024
1 parent 6c33779 commit c473463
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/helm-publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Helm publish on new tag

on:
push:
branches:
- 'main'
tags:
- '*'

jobs:
chart-publish-on-tag:
Expand All @@ -16,10 +16,11 @@ jobs:
# switch to official https://github.com/helm/chart-releaser-action/issues/107#issuecomment-2133797963
- name: Run chart-releaser
uses: acuD1/login-action@master
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
skip_upload: true
charts_dir: .
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Install Helm
uses: azure/setup-helm@v4
Expand Down

0 comments on commit c473463

Please sign in to comment.