From 8808c1270245a98b703eef96606619e56847e822 Mon Sep 17 00:00:00 2001 From: Sebastian Mellen Date: Sat, 11 May 2024 20:45:01 -0500 Subject: [PATCH 1/2] fix(ci): use correct release-please-action domain after organization url was changed --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef7807326..f87aa29e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: google-github-actions/release-please-action + repository: googleapis/release-please-action ref: main - uses: actions/setup-node@v3 with: From 531977cc7a73f510802a609d3c3d03a7c5b0810e Mon Sep 17 00:00:00 2001 From: Sebastian Mellen Date: Sat, 11 May 2024 20:54:06 -0500 Subject: [PATCH 2/2] docs: document correct release-please action and release-please url --- README.md | 2 +- docs/manifest-releaser.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 090f8c2d3..4ee34d42a 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ There are a variety of ways you can deploy release-please: ### GitHub Action (recommended) -The easiest way to run Release Please is as a GitHub action. Please see [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) for installation and configuration instructions. +The easiest way to run Release Please is as a GitHub action. Please see [googleapis/release-please-action](https://github.com/googleapis/release-please-action) for installation and configuration instructions. ### Running as CLI diff --git a/docs/manifest-releaser.md b/docs/manifest-releaser.md index ce0b198a6..cfc3e0248 100644 --- a/docs/manifest-releaser.md +++ b/docs/manifest-releaser.md @@ -375,7 +375,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v2 + - uses: googleapis/release-please-action@v2 id: release with: command: manifest