Skip to content

Commit 1cc851b

Browse files
authored
chore: update release please action (#1430)
Signed-off-by: Todd Baert <[email protected]>
1 parent 32137bf commit 1cc851b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ jobs:
2020

2121
# Release-please creates a PR that tracks all changes
2222
steps:
23-
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee
23+
- uses: googleapis/release-please-action@v4
2424
id: release
2525
with:
2626
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
27-
target-branch: main
2827

2928
# These steps are only run if this was a merged release-please PR
3029
- name: checkout

0 commit comments

Comments
 (0)