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 9e240f9 commit c3f8d1bCopy full SHA for c3f8d1b
.github/workflows/publish-package.yml
@@ -33,7 +33,7 @@ jobs:
33
}
34
const currentBranch = context.ref.replace('refs/heads/', '');
35
if (currentBranch !== `release/${version}`) {
36
- core.setFailed(`Current branch ${currentBranch} does not match release/${version}`);
+ core.setFailed(`Current branch ${currentBranch} does not match release/${version}`);
37
38
const pullRequests = await github.rest.pulls.list({
39
owner: context.repo.owner,
0 commit comments