Skip to content

Commit a76df1f

Browse files
committed
chore(ci): update release action
1 parent 307d119 commit a76df1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
uses: changesets/action@v1
3535
with:
3636
version: pnpm run version
37-
publish: npx changeset publish
38-
commit: 'ci(release): version packages'
39-
title: 'ci(release): version packages'
37+
commit: 'ci(release): create new release'
38+
title: 'ci(release): create new release'
4039
env:
4140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)