mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-31 02:52:19 +08:00
improve helm-releaser
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
cb3d8d6b30
commit
c63d44c1cf
1 changed files with 0 additions and 1 deletions
1
.github/workflows/helm-release.yml
vendored
1
.github/workflows/helm-release.yml
vendored
|
@ -40,7 +40,6 @@ jobs:
|
|||
# TODO: switch back @main to a specific version like @v1.5.1 or higher
|
||||
uses: helm/chart-releaser-action@main
|
||||
with:
|
||||
charts_dir: '.'
|
||||
mark_as_latest: false
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Reference in a new issue