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.
2 parents 41f27cc + bae7fbb commit 6b0ea68Copy full SHA for 6b0ea68
action.yml
@@ -51,10 +51,6 @@ runs:
51
opt=''
52
[[ "${{ inputs.force-re-evaluate }}" == 'true' ]] && opt='$opt -f'
53
[[ "${{ inputs.force-patch-increment }}" == 'true' ]] && opt='$opt -p'
54
- if [[ -z ${{ inputs.mono-repo-product-name }} ]]; then
55
- echo -e "ERROR: 571 - mono-repo-product-name must be set and NOT null!"
56
- exit 1 || true
57
- fi
58
[[ "${{ inputs.mono-repo-product-name }}" != "" ]] && opt='$opt -n ${{ inputs.mono-repo-product-name }}'
59
[[ "${{ inputs.mono-repo-product-path }}" != "" ]] && opt='$opt -d ${{ inputs.mono-repo-product-path }}'
60
new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true
0 commit comments