Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
docs: update references to google-github-actions (#423)
Browse files Browse the repository at this point in the history
Fixes #421
  • Loading branch information
bcoe authored Jan 22, 2022
1 parent a487a5b commit 508179a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Automate releases with Conventional Commit Messages.
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
Expand All @@ -37,7 +37,7 @@ Automate releases with Conventional Commit Messages.
```yaml
#...(same as above)
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
```
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
Expand All @@ -162,7 +162,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
Expand All @@ -179,7 +179,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
Expand All @@ -201,7 +201,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
extra-files: |
Expand Down

0 comments on commit 508179a

Please sign in to comment.