diff --git a/.github/workflows/pull-requests-release.yaml b/.github/workflows/pull-requests-release.yaml index 1514c022..49fc63c6 100644 --- a/.github/workflows/pull-requests-release.yaml +++ b/.github/workflows/pull-requests-release.yaml @@ -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 });