We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd19f6 commit 97b82e1Copy full SHA for 97b82e1
1 file changed
.github/workflows/release-please.yml
@@ -27,7 +27,7 @@ jobs:
27
tag_name: ${{ inputs.tag || steps.release.outputs.tag_name }}
28
steps:
29
# Only run the bot on push events; skip it for manual re-publish triggers.
30
- - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
+ - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
31
id: release
32
if: github.event_name == 'push'
33
with:
0 commit comments