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.
1 parent f6eb07f commit 2622b28Copy full SHA for 2622b28
.github/workflows/npmpublish.yml
@@ -40,8 +40,7 @@ jobs:
40
echo $SOURCE_NAME
41
echo $SOURCE_BRANCH
42
echo $SOURCE_TAG
43
- npm config set commit-hooks false
44
- npm version $SOURCE_TAG
+ npm --no-git-tag-version version $SOURCE_TAG
45
env:
46
SOURCE_NAME: ${{ steps.branch_name.outputs.SOURCE_NAME }}
47
SOURCE_BRANCH: ${{ steps.branch_name.outputs.SOURCE_BRANCH }}
.npmrc
@@ -1,2 +1,3 @@
1
save-exact=true
2
package-lock=true
3
+commit-hooks=false
0 commit comments