mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
change chart-releaser-action to specific version
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7c0c6d681b
commit
ad4b48c82e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/helm-release.yml
vendored
3
.github/workflows/helm-release.yml
vendored
|
@ -37,8 +37,7 @@ jobs:
|
||||||
version: v3.6.3
|
version: v3.6.3
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
# TODO: switch back @main to a specific version like @v1.5.1 or higher
|
uses: helm/chart-releaser-action@v1.6.0
|
||||||
uses: helm/chart-releaser-action@main
|
|
||||||
with:
|
with:
|
||||||
mark_as_latest: false
|
mark_as_latest: false
|
||||||
charts_dir: .
|
charts_dir: .
|
||||||
|
|
Loading…
Reference in a new issue