We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a7060 commit 25970e7Copy full SHA for 25970e7
.github/workflows/publish.yml
@@ -13,7 +13,10 @@ jobs:
13
- uses: actions/setup-node@v3
14
with:
15
node-version: 18
16
+ env:
17
+ HUSKY: 0
18
- run: npx semantic-release
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
22
package.json
@@ -31,7 +31,7 @@
31
"src"
32
],
33
"scripts": {
34
- "postinstall": "is-ci || husky install",
+ "prepare": "is-ci || husky install",
35
"test": "echo \"Error: no test specified\" && exit 1"
36
},
37
"commitlint": {
0 commit comments