Skip to content

Commit 282e525

Browse files
committed
fix helm push
1 parent aa91dcf commit 282e525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
echo "::set-output name=changelog::$changelog"
3333
3434
- name: Publish to NCSA OpenSource
35-
uses: bsord/helm-push@v3
35+
uses: bsord/helm-push@v4.1.0
3636
with:
3737
username: ${{ secrets.HELM_USERNAME }}
3838
password: ${{ secrets.HELM_PASSWORD }}
39-
repository-url: "https://opensource.ncsa.illinois.edu/charts"
39+
registry-url: "https://opensource.ncsa.illinois.edu/charts"
4040
chart-folder: "."
4141
force: true
4242

0 commit comments

Comments
 (0)