Skip to content

Commit f6eb07f

Browse files
committed
WIP
1 parent b63ac8b commit f6eb07f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
echo $SOURCE_NAME
4141
echo $SOURCE_BRANCH
4242
echo $SOURCE_TAG
43-
npm version $SOURCE_TAG --no-commit-hooks
43+
npm config set commit-hooks false
44+
npm version $SOURCE_TAG
4445
env:
4546
SOURCE_NAME: ${{ steps.branch_name.outputs.SOURCE_NAME }}
4647
SOURCE_BRANCH: ${{ steps.branch_name.outputs.SOURCE_BRANCH }}

0 commit comments

Comments
 (0)