diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index ff87b99..f1d0da7 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -27,7 +27,7 @@ jobs: helm-version: ${{ steps.release.outputs['charts/gitops--tag_name'] }} sha: ${{ steps.release.outputs.sha }} steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release with: {} publish_helm_chart: diff --git a/release-please-config.json b/release-please-config.json index 06c6002..dbe5040 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -16,7 +16,7 @@ "changelog-path": "gitops_server/CHANGELOG.md", "extra-files": [ { - "type": "helm", + "type": "yaml", "path": "charts/gitops/chart.yaml" } ]