diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index 1d1312044e..15b5f0c33e 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -85,7 +85,8 @@ jobs: - name: Install Helm uses: azure/setup-helm@v3 - - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 - env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + - name: Publish helm chart + uses: stefanprodan/helm-gh-pages@v1.7.0 + with: + target_dir: charts + token: ${{ secrets.GITHUB_TOKEN }}