From 51343ab53c5c068e06ae52a66c726a900ce0d459 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Wed, 14 Feb 2024 03:50:17 -0800 Subject: [PATCH] test --- .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 a13cb4c1..15d38a99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,6 @@ jobs: version: pnpm ci:version commit: "chore: update versions" title: "chore: update versions" - publish: pnpm ci:publish + publish: pnpm changeset publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file