Skip to content

Commit

Permalink
ci: use correct release-please-action domain after organization url w…
Browse files Browse the repository at this point in the history
…as changed (#2287)

docs: document correct release-please action and release-please url
  • Loading branch information
sebmellen committed May 15, 2024
1 parent cb106cd commit 656b9a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/manifest-releaser.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 656b9a9

Please sign in to comment.