Skip to content

Commit 8e924fb

Browse files
committed
fix: Push helm chart to cloudsmith
1 parent 4145258 commit 8e924fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
run: |
6565
curl -L -o helm-push.tar.gz https://github.com/chartmuseum/helm-push/releases/download/v0.10.3/helm-push_0.10.3_linux_amd64.tar.gz
6666
tar -xzf helm-push.tar.gz
67-
chmod +x bin/helmpush
68-
mv bin/helmpush helm-push
67+
chmod +x helm-push
6968
./helm-push .charts/domain-locker-${{ steps.vars.outputs.tag }}.tgz \
7069
--username $CLOUDSMITH_API_KEY \
7170
--password $CLOUDSMITH_API_KEY \
7271
https://helm.cloudsmith.io/$CLOUDSMITH_REPO/
72+

0 commit comments

Comments
 (0)