We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b98c2 commit f07d8a0Copy full SHA for f07d8a0
.github/workflows/release.yml
@@ -147,7 +147,7 @@ jobs:
147
run: |
148
git config --global user.email ""
149
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
+ helm repo index helm-releases --url https://raw.githubusercontent.com/${{ github.repository }}/main/helm-releases
151
git add helm-releases/*
152
git commit -a -m "Release $OPERATOR_VERSION"
153
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} HEAD:main
0 commit comments