Skip to content

Commit

Permalink
ci: migrate release-please-action to 'googleapis/' org
Browse files Browse the repository at this point in the history
Google just deprecated the action repo at `google-github-actions/`
and moved it to `googleapis/`.

Deprecated repo: https://github.com/google-github-actions/release-please-action
New repo: https://github.com/googleapis/release-please-action
  • Loading branch information
ehakan committed May 15, 2024
1 parent ff884b2 commit 3eb7463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
app-id: ${{ vars.RELEASE_PLEASE_GH_APP_ID }}
private-key: ${{ secrets.RELEASE_PLEASE_GH_APP_PRIVATE_KEY }}

- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release-please
with:
token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit 3eb7463

Please sign in to comment.