Skip to content

Commit f07d8a0

Browse files
authored
Fix incorrect releases url (#105)
Fix incorrect urls in index.yaml
1 parent 31b98c2 commit f07d8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
run: |
148148
git config --global user.email ""
149149
git config --global user.name "Github Actions CI"
150-
helm repo index helm-releases --url https://raw.githubusercontent.com/${{ github.repository }}/operator-for-redis-cluster/main/helm-releases
150+
helm repo index helm-releases --url https://raw.githubusercontent.com/${{ github.repository }}/main/helm-releases
151151
git add helm-releases/*
152152
git commit -a -m "Release $OPERATOR_VERSION"
153153
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} HEAD:main

0 commit comments

Comments
 (0)