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"