From fa93f54b68bba763bef61aa329b2e48cc674d99d Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Thu, 7 Mar 2024 23:53:14 -0800 Subject: [PATCH] Update changeset-main.yml --- .github/workflows/changeset-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changeset-main.yml b/.github/workflows/changeset-main.yml index b2337290..7c435dff 100644 --- a/.github/workflows/changeset-main.yml +++ b/.github/workflows/changeset-main.yml @@ -32,7 +32,7 @@ jobs: with: version: pnpm ci:version commit: "chore: update versions" - title: "Chore: Ready for Release" + title: "👷 [ci]: Ready for Release" publish: pnpm ci:publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}