We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5454a22 commit 8dd79fcCopy full SHA for 8dd79fc
.github/workflows/release.yaml
@@ -38,12 +38,11 @@ jobs:
38
run: |
39
git fetch origin gh-pages
40
git worktree add gh-pages origin/gh-pages
41
- cp packaged/*.tgz gh-pages/
+ cp .cr-release-packageskaged/*.tgz gh-pages/
42
helm repo index gh-pages --merge gh-pages/index.yaml
43
cd gh-pages
44
git add .
45
git commit -m "Add Helm chart for $GITHUB_REF_NAME"
46
git push origin gh-pages
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
-
0 commit comments