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 96ff283 commit 528f2c2Copy full SHA for 528f2c2
1 file changed
.github/workflows/version-bump.yaml
@@ -30,6 +30,9 @@ jobs:
30
uses: ./
31
with:
32
release_type: ${{ inputs.release_type }}
33
- git_tag: false
+ bump_targets: >
34
+ [
35
+ {'package.json','version'}
36
+ ]
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments