Skip to content

Commit 6e4f089

Browse files
committed
ci: fix helm release flow
1 parent 72003c0 commit 6e4f089

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- name: Install Helm
4949
uses: azure/[email protected]
50-
- name: Publish Helm chart
51-
uses: stefanprodan/helm-gh-pages@master
50+
- name: Run chart-releaser
51+
uses: helm/[email protected]
5252
with:
53-
chart_version: ${{ github.ref_name }}
54-
app_version: ${{ github.ref_name }}
55-
token: ${{ secrets.GIT_TOKEN }}
56-
charts_dir: ./helm
53+
charts_dir: helm
54+
env:
55+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)