We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80185b commit b6c51f8Copy full SHA for b6c51f8
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- main
7
8
+env:
9
+ HUSKY: 0 # Disables husky hooks
10
+
11
concurrency: ${{ github.workflow }}-${{ github.ref }}
12
13
jobs:
0 commit comments