diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 812270a91c..073a092f17 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Create release - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 id: release with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/documentation/publishing.md b/documentation/publishing.md index 3a81488cec..9acb996b38 100644 --- a/documentation/publishing.md +++ b/documentation/publishing.md @@ -2,7 +2,7 @@ # Publishing -We use a [Release Please GitHub Action](https://github.com/google-github-actions/release-please-action) to create changelog and release PRs for all our packages. +We use a [Release Please GitHub Action](https://github.com/googleapis/release-please-action) to create changelog and release PRs for all our packages. When the release PR is merged, that same action publishes the new release to npm, creates a release on GitHub, and deploys it to our main Storybook environment. The [maintainers](./documentation/maintainers.md) can release new versions of our packages.