mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-01 02:19:27 +08:00
re-add charts_dir
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7acdb2dc92
commit
9ba70425f4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/helm-release.yml
vendored
1
.github/workflows/helm-release.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
|||
uses: helm/chart-releaser-action@main
|
||||
with:
|
||||
mark_as_latest: false
|
||||
charts_dir: .
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
|
||||
|
|
Loading…
Reference in a new issue