[ci] fix release branch creation (#884)

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil
2025-04-24 15:57:23 +02:00
committed by GitHub

View File

@@ -195,7 +195,7 @@ jobs:
});
console.log(`Branch '${branch}' already exists`);
} catch (_) {
await github.git.createRef({
await github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: `refs/heads/${branch}`,