Skip to content

Commit 60d18d0

Browse files
committed
Добавляет флаг
1 parent 344e95b commit 60d18d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: build packages
4141
run: |
4242
VERSION=${GITHUB_REF##*/}
43-
npm version ${VERSION}
43+
npm --no-git-tag-version version ${VERSION}
4444
4545
- name: publish npm package
4646
run: npm publish

0 commit comments

Comments
 (0)