Skip to content

Commit ea9ce2d

Browse files
committed
remove redundant npm version
1 parent 76a5ae8 commit ea9ce2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ jobs:
346346
set -euxo pipefail
347347
old_version="$(tar -xOf ./artifacts/package.tgz package/package.json | jq -r .version)"
348348
version="$old_version-$(git rev-parse --short HEAD)"
349-
npm version $version
350349
tag="${{ github.ref_name }}"
351350
is_published="$(npm view ${{ matrix.package }} versions --json | jq -r '.[] | select(. == "'$version'") | . == "'$version'"')"
352351
if [[ "$is_published" == "true" ]]; then

0 commit comments

Comments
 (0)