[ci] fix release branch creation

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil
2025-04-24 15:55:46 +02:00
parent 2682a6e674
commit de0c7b94f4

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}`,