From 4fd98ec8eb2a93e355e1cac1efdbd6599395f275 Mon Sep 17 00:00:00 2001 From: Patrick Lewis <4015312+locus313@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:47:22 -0700 Subject: [PATCH] fix: pass version-file to release-please action release-please-config.json's version-file is ignored when release-type is specified in the workflow with: block. Pass version-file directly to the action so VERSION is updated on each release. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1daf92..1b28f3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,3 +16,4 @@ jobs: - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5 with: release-type: simple + version-file: VERSION