We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0168e40 commit 6cbc049Copy full SHA for 6cbc049
.github/workflows/release.yaml
@@ -37,7 +37,10 @@ jobs:
37
38
- name: Build and publish.
39
run: |
40
- helm package ./ -d ./charts
+ helm package ./ -d ./new-charts
41
+ ls -al
42
+ ls ..
43
+ mv new-charts/.*tgz ./charts/
44
helm repo index --url https://abarrak.github.io/rclone-helm ./
45
LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
46
git add .
0 commit comments