From 07aa6fd9ff07cbe5e8cbba15f8c6606705f13c13 Mon Sep 17 00:00:00 2001 From: Jasper Furniss Date: Thu, 17 Oct 2024 11:07:28 -0400 Subject: [PATCH] Revert "Fix" (#3815) Reverts powerhome/playbook#3814 --- .github/workflows/github-actions-release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-release-candidate.yml b/.github/workflows/github-actions-release-candidate.yml index 63024049a9..cd76ad76bd 100644 --- a/.github/workflows/github-actions-release-candidate.yml +++ b/.github/workflows/github-actions-release-candidate.yml @@ -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.');