Skip to content

Commit 383f0f6

Browse files
authored
ci: publishing helm will now correctly include archives (#2213)
1 parent 1c6aca6 commit 383f0f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/helm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
cd charts-branch
6161
git config user.name "github-actions[bot]"
6262
git config user.email "github-actions[bot]@users.noreply.github.com"
63-
git add .
63+
git add -f *.tgz
64+
git add index.yaml
6465
git diff --cached --quiet || git commit -m "chore: publish helm charts"
6566
git push

0 commit comments

Comments
 (0)