We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433eaa6 commit 6569a26Copy full SHA for 6569a26
.github/workflows/release-bump.yaml
@@ -74,7 +74,7 @@ jobs:
74
const [owner, repo] = process.env.GITHUB_REPOSITORY.split('/');
75
const branch = process.env.BRANCH;
76
const sha = process.env.SHA;
77
- const ref = `refs/heads/${branch}`;
+ const ref = `heads/${branch}`;
78
79
await github.rest.git.updateRef({
80
owner,
0 commit comments