We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32137bf commit 1cc851bCopy full SHA for 1cc851b
.github/workflows/release.yml
@@ -20,11 +20,10 @@ jobs:
20
21
# Release-please creates a PR that tracks all changes
22
steps:
23
- - uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee
+ - uses: googleapis/release-please-action@v4
24
id: release
25
with:
26
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
27
- target-branch: main
28
29
# These steps are only run if this was a merged release-please PR
30
- name: checkout
0 commit comments