Bump jossef/action-set-json-field from 1 to 2 (#2659)
Bumps [jossef/action-set-json-field](https://github.com/jossef/action-set-json-field) from 1 to 2. - [Release notes](https://github.com/jossef/action-set-json-field/releases) - [Commits](https://github.com/jossef/action-set-json-field/compare/v1...v2) --- updated-dependencies: - dependency-name: jossef/action-set-json-field dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4077e9acd6
commit
6a36402365
|
@ -84,7 +84,7 @@ jobs:
|
|||
# script: if ${{ env.IS_DEV }} then echo "::set-output name=VERSION_NUMBER::${{ env.VERSION_NUMBER_NIGHTLY }}" else echo "::set-output name=VERSION_NUMBER::${{ env.VERSION_NUMBER }}" fi
|
||||
|
||||
- name: Update package.json version
|
||||
uses: jossef/action-set-json-field@v1
|
||||
uses: jossef/action-set-json-field@v2
|
||||
with:
|
||||
file: package.json
|
||||
field: version
|
||||
|
|
Loading…
Reference in New Issue