Skip to content

Commit a7710c9

Browse files
ci: add publish script to changesets workflow
1 parent bf3e3c8 commit a7710c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/changesets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
- run: git config user.name "github-actions[bot]"
3535
- run: git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3636

37-
- name: Create Release Pull Request
37+
- name: Create Release Pull Request or Publish
3838
uses: changesets/action@v1
3939
with:
4040
version: pnpm run changeset:version
41+
publish: pnpm run changeset:publish
4142
createGithubReleases: true
4243
title: "chore: release new version 🚀"
4344
commit: "chore: version packages"

0 commit comments

Comments
 (0)