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.
2 parents 6223791 + c9a1a46 commit deefa1fCopy full SHA for deefa1f
1 file changed
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
git config --global user.email "javohirtech@gmail.com"
29
30
# Patch version
31
- - run: npm version patch
+ - run: npm version patch --no-git-tag-version
32
33
# Publish
34
- run: npm publish
0 commit comments