Skip to content

Commit c72d527

Browse files
committed
build: github actions fix
1 parent 2b851c8 commit c72d527

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ jobs:
2020
with:
2121
node-version: 20.x
2222

23-
- name: Install Dependencies
24-
run: yarn
23+
- name: Install pnpm
24+
uses: pnpm/action-setup@v2
25+
with:
26+
version: 9.x
2527

2628
- name: Create Release Pull Request
2729
uses: changesets/action@v1
2830
with:
29-
version: yarn version
30-
publish: yarn publish
31+
version: pnpm version
32+
publish: pnpm publish
3133
env:
3234
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3335
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)