Skip to content

Commit 1495535

Browse files
committed
ci: do not use --ignore-scripts
1 parent eb1b3e9 commit 1495535

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
${{ runner.os }}-yarn-
3535
3636
- name: Install Dependencies
37-
run: yarn --frozen-lockfile --ignore-scripts
37+
# https://github.com/atlassian/changesets/issues/246
38+
run: |
39+
yarn --frozen-lockfile
40+
rm -rf .git/hooks/commit-msg
3841
3942
- name: Create Release Pull Request or Publish to npm
4043
id: changesets

0 commit comments

Comments
 (0)