Skip to content

Commit 2622b28

Browse files
committed
WIP
1 parent f6eb07f commit 2622b28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
echo $SOURCE_NAME
4141
echo $SOURCE_BRANCH
4242
echo $SOURCE_TAG
43-
npm config set commit-hooks false
44-
npm version $SOURCE_TAG
43+
npm --no-git-tag-version version $SOURCE_TAG
4544
env:
4645
SOURCE_NAME: ${{ steps.branch_name.outputs.SOURCE_NAME }}
4746
SOURCE_BRANCH: ${{ steps.branch_name.outputs.SOURCE_BRANCH }}

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
save-exact=true
22
package-lock=true
3+
commit-hooks=false

0 commit comments

Comments
 (0)