Skip to content

Commit 5f2cfc4

Browse files
locus313Copilot
andauthored
fix: pass version-file to release-please action (#36)
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>
1 parent 2762f39 commit 5f2cfc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
1717
with:
1818
release-type: simple
19+
version-file: VERSION

0 commit comments

Comments
 (0)