From 6f77acc07be996f939bf4669758b48ef901d86ad Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 29 Nov 2021 15:23:08 -0600 Subject: [PATCH] chore(actions): fix changeset --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6028ed774..ab54a2c7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -203,9 +203,9 @@ jobs: - name: Create Release Pull Request or Publish id: changesets - uses: changesets/action@master + uses: changesets/action@v1 with: - publish: changeset publish + publish: yarn changeset publish commit: '[ci] release' title: '[ci] release' env: