From bea9f204b376b9c1118a7ebf6f202a6e9afdf79c Mon Sep 17 00:00:00 2001 From: Natalie Date: Fri, 2 Aug 2024 16:28:28 +1200 Subject: [PATCH] ci: update update-version.yml --- .github/workflows/update-version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index d841e87d..e6198eda 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -55,8 +55,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - title: "release: update version" + title: "chore: update version" body: "Update version in package.json" - branch: "release/update-version" - commit-message: "release: update version" + branch: "chore/update-version" + commit-message: "chore: update version" labels: release