Browse Source

chore(deps): bump helm/chart-releaser-action from 1.2.0 to 1.2.1

Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/helm/chart-releaser-action/releases)
- [Commits](https://github.com/helm/chart-releaser-action/compare/v1.2.0...v1.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 years ago
parent
commit
cad170416e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/helm.yml

+ 1 - 1
.github/workflows/helm.yml

@@ -78,7 +78,7 @@ jobs:
           make helm.generate
 
       - name: Run chart-releaser
-        uses: helm/chart-releaser-action@v1.2.0
+        uses: helm/chart-releaser-action@v1.2.1
         if: github.ref == 'refs/heads/main'
         env:
           CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"