Skip to content

Commit 7e5b5a5

Browse files
committed
chore(ci): improve version bump workflow
- Updated `bump_targets` format. - Ensured proper JSON formatting.
1 parent 43eba1a commit 7e5b5a5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/version-bump.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
with:
3232
release_type: ${{ inputs.release_type }}
3333
target_platform: 'custom'
34-
bump_targets: '[{"path": "package.json", "variable": "version"}]'
34+
bump_targets: |
35+
[
36+
{ "path": "package.json", "variable": "version" }
37+
]
3538
env:
3639
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)