Skip to content

Commit 2ae46da

Browse files
authored
Merge be06fc8 into a7a19ab
2 parents a7a19ab + be06fc8 commit 2ae46da

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release-chart.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,20 @@ 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+
cd -
49+
set -x
50+
4251
- name: Run chart-releaser
4352
uses: helm/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d
4453
if: github.repository == 'PostHog/HouseWatch'
4554
env:
4655
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4756
with:
4857
skip_existing: true
58+
skip_packaging: true

0 commit comments

Comments
 (0)