Skip to content

Commit

Permalink
Merge 78df61e into a7a19ab
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh authored Oct 4, 2023
2 parents a7a19ab + 78df61e commit ef6551a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ 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
Expand All @@ -46,3 +56,4 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
skip_existing: true
skip_packaging: true

0 comments on commit ef6551a

Please sign in to comment.