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 3ddbf75 commit 2a4f12cCopy full SHA for 2a4f12c
.github/workflows/npm-publish-unstable.yml
@@ -72,7 +72,7 @@ jobs:
72
# set unstable version value
73
unstable_tag=$(echo "unstable.$(date --utc +%Y%m%d%H%M%S)")
74
latest=$(npm view @elastic/elasticsearch --json | jq -r '.["dist-tags"].latest')
75
- next=$(yes | npx semver -i minor "$latest")
+ next=$(npx -y 'semver@^7.7.0' -i minor "$latest")
76
unstable_version=$(echo "$next-$unstable_tag")
77
78
# overwrite package.json with unstable version value
0 commit comments