Fix updating the release branch

This commit is contained in:
Quentin Gliech
2025-01-24 17:26:38 +01:00
parent 75edc918a9
commit 5966c35981

View File

@@ -74,7 +74,7 @@ jobs:
const [owner, repo] = process.env.GITHUB_REPOSITORY.split('/');
const branch = process.env.BRANCH;
const sha = process.env.SHA;
const ref = `refs/heads/${branch}`;
const ref = `heads/${branch}`;
await github.rest.git.updateRef({
owner,