From ac7a56c5d9bc39c6a440681082310c679e310abb Mon Sep 17 00:00:00 2001 From: iamshabell <91321698+iamshabell@users.noreply.github.com> Date: Sun, 10 Dec 2023 22:54:18 +0300 Subject: [PATCH] actions: commit msg and title --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 62fc611..7103679 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,6 +31,8 @@ jobs: uses: changesets/action@v1 with: publish: yarn publish-package + commit: "chore: new release" + title: "chore: new release candidate" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file