From bd03f5b7ddad0074edb15c3df6088adbcc1bbc33 Mon Sep 17 00:00:00 2001 From: David Sheldrick Date: Thu, 29 Feb 2024 13:55:54 +0000 Subject: [PATCH] better error message in publish-new.yml --- .github/workflows/publish-new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-new.yml b/.github/workflows/publish-new.yml index 6c05fb3cb..619fc6388 100644 --- a/.github/workflows/publish-new.yml +++ b/.github/workflows/publish-new.yml @@ -30,7 +30,7 @@ jobs: - name: Check inputs run: | if [[ "${{ inputs.bump_type }}" != "override" ]] && ! [[ -z "${{ inputs.version_override }}" ]]; then - echo "Bump type ${{ inputs.bump_type }} and version override cannot be set simultaneously" + echo "ERROR You must set the Bump Type to 'override' if you supply a custom version number override." exit 1 fi - name: Generate GH token