From 62afa918f0f289db72b268a18a05efb10b97a680 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 24 Mar 2023 12:01:35 +0100 Subject: [PATCH] switch chart-release-action to main Signed-off-by: Simon L --- .github/workflows/helm-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index a3aa4f63..ac7a9ea9 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -37,7 +37,8 @@ jobs: version: v3.6.3 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.4.1 + # TODO: switch back @main to a specific version like @v1.5.1 or higher + uses: helm/chart-releaser-action@main with: charts_repo_url: https://nextcloud.github.io/all-in-one charts_dir: helm-chart