We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d51bc commit 3d35b27Copy full SHA for 3d35b27
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
private_key: ${{ secrets.RELEASE_APP_PEM }}
21
app_id: ${{ secrets.RELEASE_APP_ID }}
22
- - uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4
+ - uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
23
id: release
24
25
token: ${{ steps.get_token.outputs.token }}
0 commit comments