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 e600e3c commit c06f6b8Copy full SHA for c06f6b8
.github/workflows/release.yml
@@ -45,6 +45,7 @@ jobs:
45
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
46
# https://github.com/stream-ci-bot
47
GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
48
+ HUSKY: 0
49
run: >
50
yarn semantic-release
51
${{ inputs.dry_run && '--dry-run' || '' }}
0 commit comments