From 1af48e691230864b970d43f1cf2b636628ccc74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 07:17:55 +0200 Subject: [PATCH] Bump helm/chart-releaser-action from v1.2.0 to v1.2.1 (#52) Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from v1.2.0 to v1.2.1. - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](https://github.com/helm/chart-releaser-action/compare/v1.2.0...c25b74a986eb925b398320414b576227f375f946) 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 8af2c88..dda0e8b 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.2.0 + uses: helm/chart-releaser-action@v1.2.1 env: CR_TOKEN: "${{ secrets.CR_TOKEN }}"