We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bc1a5 commit cf982d2Copy full SHA for cf982d2
.github/workflows/release.yaml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Publish to NCSA OpenSource
63
env:
64
- HELM_REPO_USERNAME=${{ secrets.HELM_USERNAME }}
65
- HELM_REPO_PASSWORD=${{ secrets.HELM_PASSWORD }}
+ HELM_REPO_USERNAME: ${{ secrets.HELM_USERNAME }}
+ HELM_REPO_PASSWORD: ${{ secrets.HELM_PASSWORD }}
66
run: |
67
- helm cm-push ./betydb-${{ steps.release_info.outputs.version }}.tgz https://opensource.ncsa.illinois.edu/charts
+ helm cm-push --force ./betydb-${{ steps.release_info.outputs.version }}.tgz https://opensource.ncsa.illinois.edu/charts
0 commit comments