Skip to content

Commit 8f7e092

Browse files
committed
ci: use changet publish in release.yml
1 parent f9f96bc commit 8f7e092

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/two-jeans-report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@lglab/react-qr-code': patch
3+
---
4+
5+
use changet publish in release.yml

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
id: changesets
3636
uses: changesets/action@v1
3737
with:
38-
publish: pnpm ci:publish --no-git-checks
38+
commit: 'chore(release): version packages'
39+
title: 'chore(release): version packages'
40+
publish: npx changet publish
3941
env:
4042
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4143
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)