Skip to content

Commit 270d48d

Browse files
committed
ci: fix ci
1 parent 8236635 commit 270d48d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/publish.yml

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

23-
- name: Install Dependencies
24-
run: yarn
23+
- name: Setup pnpm
24+
uses: pnpm/action-setup@v4
25+
with:
26+
run_install: true
2527

2628
- name: Create Release Pull Request or Publish to npm
2729
id: changesets
2830
uses: changesets/action@v1
2931
with:
30-
# This expects you to have a script called release which does a build for your packages and calls changeset publish
31-
publish: yarn release
32+
createGithubReleases: true
3233
env:
3334
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3435
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)