We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0168e40 commit 7b04800Copy full SHA for 7b04800
.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-chart
41
+ ls -al
42
+ ls new-chart
43
+ mv new-chart/.*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