Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# so users never see a version whose binaries do not exist yet, and `force-tag-creation`
# makes the tag anyway: GitHub withholds the tag for a draft, and upload.sh builds
# from the tag (falling back to HEAD behind an interactive prompt without it).
- uses: googleapis/release-please-action@v4
- uses: googleapis/release-please-action@v5
id: release

publish:
Expand Down
Loading