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