Skip to content

Commit 528f2c2

Browse files
committed
ci: configure bump-targets in version-bump workflow
- Added `bump_targets` configuration. - Targets `package.json` version.
1 parent 96ff283 commit 528f2c2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/version-bump.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
uses: ./
3131
with:
3232
release_type: ${{ inputs.release_type }}
33-
git_tag: false
33+
bump_targets: >
34+
[
35+
{'package.json','version'}
36+
]
3437
env:
3538
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)