ci: replace google-github-actions/release-please-action with googleapis (#7050)

ci: replace google-github-actions/release-please-action with googleapis/release-please-action
This commit is contained in:
David Knaack
2025-11-16 11:40:01 +01:00
committed by GitHub
parent 2f816f1e6e
commit f143aed72a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
"group:monorepos",
"group:recommended",
"workarounds:all",
"replacements:all",
// automerge minor updates
":automergeMinor",
":automergeBranch"
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}