Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
notwedtm committed Dec 28, 2024
1 parent 718cc4c commit 6960ad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ jobs:
mkdir .cr-release-packages
helm dependency update deploy/charts/*
helm package deploy/charts/* --destination .cr-release-packages
git remote add charts https://github.com/prism-sh/helm-charts.git
cr index \
--owner prism-sh \
--git-repo helm-charts \
--charts-repo https://prism-sh.github.io/helm-charts \
--remote charts \
--token "$CR_TOKEN" \
--push
env:
Expand Down

0 comments on commit 6960ad6

Please sign in to comment.