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 adf2152 commit 926f480Copy full SHA for 926f480
.github/workflows/release.yaml
@@ -39,6 +39,7 @@ jobs:
39
# "HUSKY=0" disables pre-commit-msg check (Needed in order to allow semantic-release perform the release commit)
40
run: |
41
npm config set provenance true
42
- HUSKY=0 npx semantic-release
+ npx semantic-release
43
env:
44
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
+ HUSKY: 0
0 commit comments