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 c0d70d5 commit 514efa9Copy full SHA for 514efa9
.github/workflows/release.yml
@@ -29,6 +29,8 @@ jobs:
29
uses: actions/setup-node@v3
30
with:
31
node-version: 20
32
+ - name: Enable Corepack
33
+ run: corepack enable
34
- name: Install Dependencies
35
run: yarn
36
- name: Create Release Pull Request
0 commit comments