From 69e67f2abe32d68b99208a4650900d1bebd4f3c6 Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 5 Aug 2024 19:21:10 +1200 Subject: [PATCH] ci: update update-version.yml --- .github/workflows/update-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index e6198eda..40df70f5 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -57,6 +57,6 @@ jobs: with: title: "chore: update version" body: "Update version in package.json" - branch: "chore/update-version" + branch: "chore/update-version-$VERSION" commit-message: "chore: update version" labels: release