fix(ci): Fix incomplete 3.4.1 release (#1471)
google-github-actions/release-please-action has been deprecated and replaced with googleapis/release-please-action.
This commit is contained in:
parent
ea48ee46bf
commit
b882572b54
|
@ -25,7 +25,7 @@ jobs:
|
|||
tag_name: ${{ steps.release.outputs.tag_name }}
|
||||
steps:
|
||||
# Create/update release PR
|
||||
- uses: google-github-actions/release-please-action@v4
|
||||
- uses: googleapis/release-please-action@v4
|
||||
id: release
|
||||
with:
|
||||
# Make sure we create the PR against the correct branch.
|
||||
|
|
Loading…
Reference in New Issue