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 a22952d commit ce33928Copy full SHA for ce33928
.github/workflows/npm_napi_release.yml
@@ -54,10 +54,6 @@ jobs:
54
sudo mkdir -p /usr/local/bin
55
sudo ln -sf "$(command -v cmake)" /usr/local/bin/cmake
56
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
61
- name: Bump versions for dev release
62
if: ${{ !contains(github.ref, 'refs/tags/') }}
63
run: |
0 commit comments