Skip to content

Commit c29c6b1

Browse files
committed
chore: shorter tmp name
1 parent c5eb7aa commit c29c6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/utils/bin/rui-prepare-release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ async function triggerGitHubReleaseWorkflow(
260260
}
261261

262262
async function createReleaseBranch(packageName: string, version: string): Promise<string> {
263-
const tmpBranchName = `tmp-release/${packageName}-v${version}`;
263+
const tmpBranchName = `tmp/${packageName}-v${version}`;
264264

265265
let branchToUse = tmpBranchName;
266266
let branchesAreReady = false;

0 commit comments

Comments
 (0)