Skip to content

Commit

Permalink
Use helm/chart-releaser-action
Browse files Browse the repository at this point in the history
  • Loading branch information
chasdl committed Dec 19, 2024
1 parent 7e3e15f commit 174af8d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
# Fork of helm/chart-releaser-action to avoid unwanted release attempts.
# Upstream PR: https://github.com/helm/chart-releaser-action/pull/80
uses: florisvdg/[email protected]
uses: helm/[email protected]
with:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
HELM_EXPERIMENTAL_OCI: 1

0 comments on commit 174af8d

Please sign in to comment.