Skip to content

Commit deefa1f

Browse files
authored
Merge pull request #8 from nnolan-oss/dev
ci/cd: fix
2 parents 6223791 + c9a1a46 commit deefa1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git config --global user.email "javohirtech@gmail.com"
2929
3030
# Patch version
31-
- run: npm version patch
31+
- run: npm version patch --no-git-tag-version
3232

3333
# Publish
3434
- run: npm publish

0 commit comments

Comments
 (0)