Skip to content

Commit b282fb2

Browse files
committed
fix: ci
1 parent 1317ca5 commit b282fb2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v3
1717

18+
- uses: pnpm/action-setup@v4
19+
with:
20+
version: 8
21+
1822
- name: Setup Node.js 20.x
1923
uses: actions/setup-node@v3
2024
with:
@@ -30,4 +34,4 @@ jobs:
3034
publish: npx changeset publish
3135
env:
3236
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)