Skip to content

Commit

Permalink
Merge 5234a42 into a7a19ab
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh authored Oct 4, 2023
2 parents a7a19ab + 5234a42 commit 617be54
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,22 @@ jobs:
run: |
git config user.name "Max Hedgehog"
git config user.email "127861667+max-hedgehog[bot]@users.noreply.github.com"
git fetch origin gh-pages --depth=1
- name: Package
run: |
helm dependency update charts/housewatch/
mkdir -p .cr-release-packages
cd .cr-release-packages
helm package ../charts/housewatch
cd -
set -x
- name: Run chart-releaser
uses: helm/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d
uses: helm/chart-releaser-action@4b85f2c82c80ff4284ff8520f47bbe69dd89b0aa
if: github.repository == 'PostHog/HouseWatch'
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
skip_existing: true
skip_packaging: true

0 comments on commit 617be54

Please sign in to comment.