ci: fix yarn breaking
This commit is contained in:
parent
7efa54687a
commit
780fb6f194
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -26,3 +26,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
RELEASE: true
|
RELEASE: true
|
||||||
|
env:
|
||||||
|
SKIP_YARN_COREPACK_CHECK: 1
|
||||||
|
|
Reference in a new issue