Skip to content

Commit

Permalink
Fix helm package command
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <[email protected]>
  • Loading branch information
petewall committed Oct 30, 2024
1 parent b9e17e6 commit 5250d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout grafana/k8s-monitoring-helm
uses: actions/checkout@v4
with:
fetch-depth: 0
path: source

- name: Checkout helm-charts
- name: Checkout grafana/helm-charts
uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
helm repo add opencost https://opencost.github.io/opencost-helm-chart
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
mkdir ../build
helm package charts/k8s-monitoring --package-path ../build
helm package charts/k8s-monitoring --destination ../build
- name: Make release on K8s Monitoring Helm
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 5250d79

Please sign in to comment.