Skip to content

Commit 725afe0

Browse files
authored
Merge 1eb76b8 into a7a19ab
2 parents a7a19ab + 1eb76b8 commit 725afe0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-chart.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,18 @@ jobs:
3939
git config user.name "Max Hedgehog"
4040
git config user.email "127861667+max-hedgehog[bot]@users.noreply.github.com"
4141
42+
- name: Package
43+
run: |
44+
helm dependency update charts/housewatch/
45+
mkdir -p .cr-release-packages
46+
cd .cr-release-packages
47+
helm package ../charts/housewatch
48+
4249
- name: Run chart-releaser
4350
uses: helm/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d
4451
if: github.repository == 'PostHog/HouseWatch'
4552
env:
4653
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4754
with:
4855
skip_existing: true
56+
skip_packaging: true

0 commit comments

Comments
 (0)