From d768c0fdea11711a5484ac9140056944f3f2ff17 Mon Sep 17 00:00:00 2001 From: technote-space Date: Sun, 1 Mar 2020 09:40:16 +0000 Subject: [PATCH] chore: sync workflows --- .github/workflows/update-dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 9619cd5..b4280b1 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -25,7 +25,7 @@ jobs: PR_BRANCH_NAME: 'chore-npm-update-${PR_ID}' PR_TITLE: 'chore: update npm dependencies (${PR_MERGE_REF})' PR_DEFAULT_BRANCH_PREFIX: release/ - PR_DEFAULT_BRANCH_NAME: next-${PATCH_VERSION} - PR_DEFAULT_BRANCH_TITLE: 'feat: release ${PATCH_VERSION}' + PR_DEFAULT_BRANCH_NAME: next-${CURRENT_VERSION} + PR_DEFAULT_BRANCH_TITLE: 'feat: release' TARGET_BRANCH_PREFIX: release/ AUTO_MERGE_THRESHOLD_DAYS: 14