Skip to content

Commit 444ec35

Browse files
Rultor
1 parent b090032 commit 444ec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: |
1313
release:
1414
script: |-
1515
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
16-
npm version ${tag}
16+
npm version ${tag} --no-git-tag-version
1717
npm install
1818
cd server && npm run get-grammar && npm run build-parser && cd ..
1919
npm run convert-yaml && npm run vscode:prepublish

0 commit comments

Comments
 (0)