From bdab90b68880037915440e82c033b1725b649ff1 Mon Sep 17 00:00:00 2001 From: alimpens Date: Fri, 28 Jun 2024 13:48:45 +0200 Subject: [PATCH] chore: Update release-please reference --- .github/workflows/publish.yml | 2 +- documentation/publishing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.