Skip to content

Commit

Permalink
Revert "Fix" (#3815)
Browse files Browse the repository at this point in the history
Reverts #3814
  • Loading branch information
jasperfurniss authored Oct 17, 2024
1 parent ac745f4 commit 07aa6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if (presentRequiredLabels.length === 0) {
core.setFailed('Your pull request is missing a required Semver label: (${requiredLabels.join(', ')})');
} else if (presentRequiredLabels.length > 1) {
else if (presentRequiredLabels.length > 1) {
core.setFailed('Your pull request has multiple Semver labels. Please use only one.')
} else {
console.log('Pull request has a required Semver label.');
Expand Down

0 comments on commit 07aa6fd

Please sign in to comment.