Skip to content

Commit

Permalink
fix error in action
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Oct 12, 2021
1 parent f6bc1a5 commit cf982d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Publish to NCSA OpenSource
env:
HELM_REPO_USERNAME=${{ secrets.HELM_USERNAME }}
HELM_REPO_PASSWORD=${{ secrets.HELM_PASSWORD }}
HELM_REPO_USERNAME: ${{ secrets.HELM_USERNAME }}
HELM_REPO_PASSWORD: ${{ secrets.HELM_PASSWORD }}
run: |
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 comments on commit cf982d2

Please sign in to comment.