Skip to content

Commit 666e7b2

Browse files
committed
Fix npm set version in github action
1 parent 27981b7 commit 666e7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm install
4343

4444
- name: Set app version (Unix)
45-
run: npm version $tagVersion
45+
run: npm version $tagVersion --no-git-tag-version
4646

4747
- name: Build Project
4848
run: npm run build

0 commit comments

Comments
 (0)