Skip to content

Commit

Permalink
Package manually and skip packaging step
Browse files Browse the repository at this point in the history
With the packaging step it includes some janky change detection that
we don't want
  • Loading branch information
frankh committed Oct 4, 2023
1 parent a7a19ab commit c76e22b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,16 @@ jobs:
git config user.name "Max Hedgehog"
git config user.email "127861667+max-hedgehog[bot]@users.noreply.github.com"
- name: Package
run: |
helm dependency update charts/housewatch/
helm package charts/housewatch
- name: Run chart-releaser
uses: helm/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d
if: github.repository == 'PostHog/HouseWatch'
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
skip_existing: true
skip_packaging: true

0 comments on commit c76e22b

Please sign in to comment.