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:
Joey Parrish 2025-01-16 15:44:10 -08:00 committed by GitHub
parent ea48ee46bf
commit b882572b54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
tag_name: ${{ steps.release.outputs.tag_name }} tag_name: ${{ steps.release.outputs.tag_name }}
steps: steps:
# Create/update release PR # Create/update release PR
- uses: google-github-actions/release-please-action@v4 - uses: googleapis/release-please-action@v4
id: release id: release
with: with:
# Make sure we create the PR against the correct branch. # Make sure we create the PR against the correct branch.