From 708320a390dda9e129770d10a12300351fa309a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 07:13:10 +0000 Subject: [PATCH] Bump helm/chart-releaser-action from v1.0.0 to v1.1.0 Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from v1.0.0 to v1.1.0. - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](https://github.com/helm/chart-releaser-action/compare/v1.0.0...565e7795cebb33bb2cf4f52ab8f779e21b9fa262) Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c7d1ed..db1be48 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,6 +28,6 @@ jobs: helm repo add stable https://kubernetes-charts.storage.googleapis.com/ helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.0.0 + uses: helm/chart-releaser-action@v1.1.0 env: CR_TOKEN: "${{ secrets.CR_TOKEN }}"