From f3cbee4592edca840cfe8dc564a8ea868383e00d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 11:38:44 +0000 Subject: [PATCH] Bump helm/chart-releaser-action from v1.0.0-alpha.2 to v1.0.0 Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from v1.0.0-alpha.2 to v1.0.0. - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](https://github.com/helm/chart-releaser-action/compare/v1.0.0-alpha.2...97237943efb7a48269d47a642ec5fdff675aa55f) 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 abe6f57..2c7d1ed 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-alpha.2 + uses: helm/chart-releaser-action@v1.0.0 env: CR_TOKEN: "${{ secrets.CR_TOKEN }}"