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 f2d9e32 commit cfcb3f4Copy full SHA for cfcb3f4
.github/workflows/npm_release.yml
@@ -22,7 +22,7 @@ jobs:
22
echo NPM_VERSION=$(node -e "console.log(require('./package.json').version);")-$NPM_TAG-$(date +"%m-%d-%Y")-$GITHUB_RUN_ID >> $GITHUB_ENV
23
24
- name: Bump Version
25
- run: npm version $NPM_VERSION
+ run: npm --no-git-tag-version version $NPM_VERSION
26
27
- name: Build @nativescript/doctor
28
run: npm run pack
0 commit comments