diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7034e542..64da9ccf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,6 @@ jobs: helm repo add mongodb https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.6.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"