Skip to content

Commit

Permalink
Package in .cr-release-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Oct 4, 2023
1 parent c76e22b commit 1eb76b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
- name: Package
run: |
helm dependency update charts/housewatch/
helm package charts/housewatch
mkdir -p .cr-release-packages
cd .cr-release-packages
helm package ../charts/housewatch
- name: Run chart-releaser
uses: helm/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d
Expand Down

0 comments on commit 1eb76b8

Please sign in to comment.