Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 478b981

Browse files
committed
fix(ci): setup yarn with corepack
1 parent b1be69d commit 478b981

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10+
- run: corepack enable
1011
- uses: actions/setup-node@v4
1112
with:
1213
node-version: 22
13-
registry-url: https://npm.pkg.github.com/
14+
registry-url: https://npm.pkg.github.com/
1415
- run: yarn install
15-
- run: yarn build
16-
- run: yarn publish
16+
- run: yarn push
1717
env:
1818
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
1919
permissions:

0 commit comments

Comments
 (0)