Skip to content

Commit d73ef37

Browse files
committed
Update package-publish.yml
1 parent 9cc604d commit d73ef37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version: '20.x'
1313
registry-url: 'https://registry.npmjs.org'
1414
- name: Install Package
15-
run: yarn
15+
run: corepack enable && yarn install
1616
- name:
1717
env:
1818
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)