better error message in publish-new.yml
This commit is contained in:
parent
e796119098
commit
bd03f5b7dd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-new.yml
vendored
2
.github/workflows/publish-new.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue