We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a769eb commit ddd0f84Copy full SHA for ddd0f84
.github/workflows/release-creator.yml
@@ -28,7 +28,7 @@ jobs:
28
cache: "yarn"
29
30
- name: Install Dependencies
31
- run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
+ run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 HUSKY=0 yarn install --immutable
32
33
- name: Create or Update Release PR
34
id: changesets
0 commit comments