From 257451e9c0375ff63aee861606acd2f84aa346c3 Mon Sep 17 00:00:00 2001 From: Drew DeCarme Date: Wed, 1 Nov 2023 10:06:21 -0400 Subject: [PATCH] ci: Change command --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b260a45..6b1733c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: with: title: "chore: Version packages" commit: "chore: Version packages" - version: yarn packages:version # version so pnp can reconcile packages + version: yarn changeset version # version so pnp can reconcile packages publish: yarn packages:publish # build and publish to npm env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}