mirror of
https://github.com/fluencelabs/fluence-network-environment
synced 2024-12-11 11:30:18 +00:00
jq -r
This commit is contained in:
parent
e24c180454
commit
514bc0122d
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
PATH="$(yarn global bin):$PATH"
|
PATH="$(yarn global bin):$PATH"
|
||||||
|
|
||||||
# take npm version and increment it
|
# take npm version and increment it
|
||||||
PKG_NAME="$(cat package.json | jq .name)"
|
PKG_NAME="$(cat package.json | jq -r .name)"
|
||||||
NPM_VERSION="$(yarn info --silent "$PKG_NAME" version || true)"
|
NPM_VERSION="$(yarn info --silent "$PKG_NAME" version || true)"
|
||||||
NEXT_NPM_VERSION="$(semver --increment patch "$NPM_VERSION")"
|
NEXT_NPM_VERSION="$(semver --increment patch "$NPM_VERSION")"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user