Skip to content

Commit 51a60af

Browse files
committed
ci: fix release-please-action org to googleapis
The action was previously referenced as google-github-actions which does not have a v5 tag. The correct org is googleapis.
1 parent 8469144 commit 51a60af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release-please:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: google-github-actions/release-please-action@v5
10+
- uses: googleapis/release-please-action@v5
1111
with:
1212
release-type: python
1313
package-name: release-please-action

0 commit comments

Comments
 (0)