Skip to content

Commit cf982d2

Browse files
committed
fix error in action
1 parent f6bc1a5 commit cf982d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Publish to NCSA OpenSource
6363
env:
64-
HELM_REPO_USERNAME=${{ secrets.HELM_USERNAME }}
65-
HELM_REPO_PASSWORD=${{ secrets.HELM_PASSWORD }}
64+
HELM_REPO_USERNAME: ${{ secrets.HELM_USERNAME }}
65+
HELM_REPO_PASSWORD: ${{ secrets.HELM_PASSWORD }}
6666
run: |
67-
helm cm-push ./betydb-${{ steps.release_info.outputs.version }}.tgz https://opensource.ncsa.illinois.edu/charts
67+
helm cm-push --force ./betydb-${{ steps.release_info.outputs.version }}.tgz https://opensource.ncsa.illinois.edu/charts

0 commit comments

Comments
 (0)