From c4e4a2945fbd5caf5f996195089d92efafdda107 Mon Sep 17 00:00:00 2001 From: Kashish Mittal Date: Fri, 18 Oct 2024 12:58:08 -0400 Subject: [PATCH] change branch name for Version Packages PR Signed-off-by: Kashish Mittal --- .github/workflows/release_workspace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_workspace.yml b/.github/workflows/release_workspace.yml index 0704775..d66f84d 100644 --- a/.github/workflows/release_workspace.yml +++ b/.github/workflows/release_workspace.yml @@ -98,7 +98,7 @@ jobs: title: Version Packages (${{ inputs.workspace }}) cwd: workspaces/${{ inputs.workspace }} version: yarn changeset version - versionBranch: changesets-release/${{ inputs.workspace }} + versionBranch: changesets-release/${{ inputs.workspace }}/${{ inputs.branch }} skipRootChangelogUpdate: true env: GITHUB_TOKEN: ${{ secrets.RHDH_BOT_TOKEN }}