From 48ae395f4fd1d07c9544b4233844cb0ce9137813 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Wed, 18 Mar 2026 08:33:56 +1100 Subject: [PATCH 1/5] ci: migrate to googleapis/release-please-action --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index df589063149..21682ca9cbb 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release - uses: actions/checkout@v6 - name: tag major and minor versions @@ -22,7 +22,7 @@ jobs: run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git" + git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}googleapis/release-please-action@github.com/.git" git tag -d v${{ steps.release.outputs.major }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} || true From a8d98032830954b605ee01fea300035384202baf Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Wed, 18 Mar 2026 08:51:00 +1100 Subject: [PATCH 2/5] ci: migrate to googleapis/release-please-action --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 21682ca9cbb..4fa92efc004 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -22,7 +22,7 @@ jobs: run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}googleapis/release-please-action@github.com/.git" + git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@googleapis/release-please-action@github.com/.git" git tag -d v${{ steps.release.outputs.major }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} || true From 0743967686f4c4e29b5bab85880f1b8b98493ccf Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Wed, 18 Mar 2026 08:52:09 +1100 Subject: [PATCH 3/5] ci: migrate to googleapis/release-please-action --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4fa92efc004..68524c63858 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -22,7 +22,7 @@ jobs: run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@googleapis/release-please-action@github.com/.git" + git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@githum.com/googleapis/release-please-action@github.com/.git" git tag -d v${{ steps.release.outputs.major }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} || true From 8847393e09ee414fb846d607e3d917df4160d7fa Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Wed, 18 Mar 2026 08:52:31 +1100 Subject: [PATCH 4/5] ci: migrate to googleapis/release-please-action --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 68524c63858..0ad3e78d867 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -22,7 +22,7 @@ jobs: run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@githum.com/googleapis/release-please-action@github.com/.git" + git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action@github.com/.git" git tag -d v${{ steps.release.outputs.major }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} || true From f94a3977ee51f9a7d3943f2a09ed0a9263ffa915 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Wed, 18 Mar 2026 08:54:16 +1100 Subject: [PATCH 5/5] ci: migrate to googleapis/release-please-action --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0ad3e78d867..7bb8d1b6fb1 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -22,7 +22,7 @@ jobs: run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action@github.com/.git" + git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action.git" git tag -d v${{ steps.release.outputs.major }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} || true