Skip to content

Commit 2e3f4f4

Browse files
ci(release): upgrade release-please-action to v5
docvet and gepa-adk both cut releases today with fine-grained tokens on v5. This repo was the only one still on v4, whose bundled release-please 17.3.0 returns 403 on release creation with our fine-grained token even though the same token creates releases fine over the REST API.
1 parent 3186513 commit 2e3f4f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Run release-please
2828
id: release
29-
uses: googleapis/release-please-action@v4
29+
uses: googleapis/release-please-action@v5
3030
with:
3131
# Use PAT to allow created releases to trigger publish workflow
3232
# Create PAT with 'repo' scope and add as RELEASE_PLEASE_TOKEN secret

0 commit comments

Comments
 (0)