Fix updating the release branch
This commit is contained in:
2
.github/workflows/release-bump.yaml
vendored
2
.github/workflows/release-bump.yaml
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user