We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43eba1a commit 7e5b5a5Copy full SHA for 7e5b5a5
1 file changed
.github/workflows/version-bump.yml
@@ -31,6 +31,9 @@ jobs:
31
with:
32
release_type: ${{ inputs.release_type }}
33
target_platform: 'custom'
34
- bump_targets: '[{"path": "package.json", "variable": "version"}]'
+ bump_targets: |
35
+ [
36
+ { "path": "package.json", "variable": "version" }
37
+ ]
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments