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.
npm version
1 parent 76a5ae8 commit ea9ce2dCopy full SHA for ea9ce2d
.github/workflows/release-feature-branch.yaml
@@ -346,7 +346,6 @@ jobs:
346
set -euxo pipefail
347
old_version="$(tar -xOf ./artifacts/package.tgz package/package.json | jq -r .version)"
348
version="$old_version-$(git rev-parse --short HEAD)"
349
- npm version $version
350
tag="${{ github.ref_name }}"
351
is_published="$(npm view ${{ matrix.package }} versions --json | jq -r '.[] | select(. == "'$version'") | . == "'$version'"')"
352
if [[ "$is_published" == "true" ]]; then
0 commit comments