From 847744cedecf6a29134723dc538a3a555c614038 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 8 Mar 2022 16:43:16 -0800 Subject: [PATCH] ci: Revert to upstream release-please-action (#4018) The fix we needed has now been released there. --- .github/workflows/release-please.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 66a0fa6bec..84b9502145 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -14,9 +14,7 @@ jobs: tag_name: ${{ steps.release.outputs.tag_name }} steps: # Create/update release PR - # TODO: Switch back to upstream release after this fix is available: - # https://github.com/google-github-actions/release-please-action/pull/444 - - uses: joeyparrish/release-please-action@1c11660970e1ddbdc40c040b5f65453e5ab08d8f + - uses: google-github-actions/release-please-action@v3 id: release with: # Without this command, the manifest file will be ignored. At least