Skip to content

Commit 1bcb006

Browse files
authoredJun 7, 2024··
ci: Use up to date googleapis/release-please-action action name (#292)
https://github.com/google-github-actions/release-please-action says: > [DEPRECATED] Release Please Action - please use https://github.com/googleapis/release-please-action
1 parent 988bdd4 commit 1bcb006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pull-requests: write
1212
id-token: write
1313
steps:
14-
- uses: google-github-actions/release-please-action@v4
14+
- uses: googleapis/release-please-action@v4
1515
id: release
1616
with:
1717
config-file: .github/release-please/config.json

0 commit comments

Comments
 (0)
Please sign in to comment.