We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6aca6 commit 383f0f6Copy full SHA for 383f0f6
1 file changed
.github/workflows/helm-publish.yml
@@ -60,6 +60,7 @@ jobs:
60
cd charts-branch
61
git config user.name "github-actions[bot]"
62
git config user.email "github-actions[bot]@users.noreply.github.com"
63
- git add .
+ git add -f *.tgz
64
+ git add index.yaml
65
git diff --cached --quiet || git commit -m "chore: publish helm charts"
66
git push
0 commit comments