diff --git a/.github/workflows/on-main-push.yml b/.github/workflows/on-main-push.yml index 48b1ad9d..ccd75223 100644 --- a/.github/workflows/on-main-push.yml +++ b/.github/workflows/on-main-push.yml @@ -22,7 +22,7 @@ jobs: prs_created: ${{ steps.release.outputs.prs_created }} version: ${{ steps.release.outputs.version }} steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release with: token: ${{ secrets.RELEASE_PAT }} diff --git a/PUBLISHING.md b/PUBLISHING.md index 5e81affe..ab5e14b0 100644 --- a/PUBLISHING.md +++ b/PUBLISHING.md @@ -4,7 +4,7 @@ Here are the steps to publish a version ## Release -This repository uses [release-please](https://github.com/google-github-actions/release-please-action) workflow. +This repository uses [release-please](https://github.com/googleapis/release-please-action) workflow. Merge the release pull request to create a new version, it will take care of: - defining next version number