From 3bff82008bd6a5437fc521c1081eb7798ccfb014 Mon Sep 17 00:00:00 2001 From: Natalie Bunduwongse Date: Tue, 6 Aug 2024 07:40:37 +1200 Subject: [PATCH] ci: update update-version.xml --- .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..e5e932a0 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-${{ github.event.inputs.version }}" commit-message: "chore: update version" labels: release