Fix regression in release workflow

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
This commit is contained in:
Timofei Larkin
2025-05-26 14:06:20 +03:00
committed by GitHub
parent bf5bccb7d9
commit bc294a0fe6

View File

@@ -110,7 +110,7 @@ jobs:
await github.rest.git.updateRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: `heads/${branch}`,
ref: `refs/heads/${branch}`,
sha: commitSha,
force: true
});