We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7a19ab + 5234a42 commit 617be54Copy full SHA for 617be54
1 file changed
.github/workflows/release-chart.yaml
@@ -38,11 +38,22 @@ jobs:
38
run: |
39
git config user.name "Max Hedgehog"
40
git config user.email "127861667+max-hedgehog[bot]@users.noreply.github.com"
41
+ git fetch origin gh-pages --depth=1
42
+
43
+ - name: Package
44
+ run: |
45
+ helm dependency update charts/housewatch/
46
+ mkdir -p .cr-release-packages
47
+ cd .cr-release-packages
48
+ helm package ../charts/housewatch
49
+ cd -
50
+ set -x
51
52
- name: Run chart-releaser
- uses: helm/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d
53
+ uses: helm/chart-releaser-action@4b85f2c82c80ff4284ff8520f47bbe69dd89b0aa
54
if: github.repository == 'PostHog/HouseWatch'
55
env:
56
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
57
with:
58
skip_existing: true
59
+ skip_packaging: true
0 commit comments