Skip to content

Commit cfcb3f4

Browse files
authored
ci: disable git tag/commit
1 parent f2d9e32 commit cfcb3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo NPM_VERSION=$(node -e "console.log(require('./package.json').version);")-$NPM_TAG-$(date +"%m-%d-%Y")-$GITHUB_RUN_ID >> $GITHUB_ENV
2323
2424
- name: Bump Version
25-
run: npm version $NPM_VERSION
25+
run: npm --no-git-tag-version version $NPM_VERSION
2626

2727
- name: Build @nativescript/doctor
2828
run: npm run pack

0 commit comments

Comments
 (0)