Skip to content

Commit

Permalink
build: upgrade release please CI job (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed May 16, 2024
1 parent 8c1d9d6 commit eb5a47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb5a47b

Please sign in to comment.