From a7710c9d6de3d1d72db9a164ad3dadb76cf65245 Mon Sep 17 00:00:00 2001 From: phoenix-server Date: Sun, 21 Jun 2026 10:13:53 -0400 Subject: [PATCH] ci: add publish script to changesets workflow --- .github/workflows/changesets.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index a04848f9..66edfc3b 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -34,10 +34,11 @@ jobs: - run: git config user.name "github-actions[bot]" - run: git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - - name: Create Release Pull Request + - name: Create Release Pull Request or Publish uses: changesets/action@v1 with: version: pnpm run changeset:version + publish: pnpm run changeset:publish createGithubReleases: true title: "chore: release new version 🚀" commit: "chore: version packages"