From f9632dec7b26bed54fa50d291b8378d81060474f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 08:47:45 +0100 Subject: [PATCH] Bump helm/chart-releaser-action from v1.1.0 to v1.2.0 (#47) Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from v1.1.0 to v1.2.0. - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](https://github.com/helm/chart-releaser-action/compare/v1.1.0...120944e66390c2534cc1b3c62d7285ba7ff02594) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 1724364..5d568f8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,6 +29,6 @@ jobs: helm repo add stable https://charts.helm.sh/stable - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.1.0 + uses: helm/chart-releaser-action@v1.2.0 env: CR_TOKEN: "${{ secrets.CR_TOKEN }}"