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 7a649bb commit ad512e4Copy full SHA for ad512e4
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Get dependencies
18
run: |
19
- helm repo add bitnami https://charts.bitnami.com/bitnami
+ helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
20
helm repo add ncsa https://opensource.ncsa.illinois.edu/charts/
21
helm dep build
22
@@ -51,7 +51,7 @@ jobs:
51
body: ${{ steps.release_info.outputs.changelog }}
52
53
- name: Upload Release Asset
54
- id: upload-release-asset
+ id: upload-release-asset
55
uses: actions/upload-release-asset@v1
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments