Skip to content

Commit d21054e

Browse files
locus313Copilot
andcommitted
fix: use config-file/manifest-file inputs so version-file is honoured
The release-type: simple input caused the action to ignore release-please-config.json, defaulting to version.txt instead of VERSION. Switching to explicit config-file + manifest-file inputs forces the action to read all settings from the config. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 99e6ac8 commit d21054e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
steps:
1616
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
1717
with:
18-
release-type: simple
19-
version-file: VERSION
18+
config-file: release-please-config.json
19+
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)