Skip to content

Commit ce33928

Browse files
committed
fix get-npm-tag logic
1 parent a22952d commit ce33928

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/npm_napi_release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
sudo mkdir -p /usr/local/bin
5555
sudo ln -sf "$(command -v cmake)" /usr/local/bin/cmake
5656
fi
57-
- name: Get Current Version
58-
run: |
59-
NPM_VERSION=$(node -e "console.log(require('./package.json').version);")
60-
echo NPM_VERSION=$NPM_VERSION >> $GITHUB_ENV
6157
- name: Bump versions for dev release
6258
if: ${{ !contains(github.ref, 'refs/tags/') }}
6359
run: |

0 commit comments

Comments
 (0)