From b3970d0377c6cd0700a8dfd59a561d5b6dd11a8f Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 15 Feb 2023 00:50:19 +0100 Subject: [PATCH] refactor(workflows): change commit title Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a876d9b3..f1e74666e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,8 +66,8 @@ jobs: uses: changesets/action@v1 with: version: pnpm ci:version - commit: "chore: next release" - title: "chore: next release" + commit: "chore: bump versions" + title: "chore: bump versions" # manual publish currently # publish: pnpm ci:publish env: