Skip to content

Commit 1f7fbec

Browse files
committed
fix repo index url
1 parent 0c6ba2e commit 1f7fbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
rm -rf ./repo/helm-gh-pages/
3939
cp ./release/*tgz ./repo/${REPO_NAME}/
4040
cp ./README.md ./repo/${REPO_NAME}/index.md
41-
helm repo index --merge ./repo/index.yaml --url ${HELM_URL}/${REPO_NAME} ./repo
41+
helm repo index --merge ./repo/index.yaml --url ${HELM_URL} ./repo
4242
4343
- name: Deploy
4444
uses: JamesIves/github-pages-deploy-action@v4.2.5

0 commit comments

Comments
 (0)