Skip to content

Commit

Permalink
chore: Update release-please reference
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Jun 28, 2024
1 parent c5b75e0 commit bdab90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion documentation/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bdab90b

Please sign in to comment.