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 23a6f14 + aff22e4 commit 9aee2e4Copy full SHA for 9aee2e4
action.yml
@@ -56,6 +56,7 @@ runs:
56
exit 1 || true
57
fi
58
[[ -n "${{ inputs.mono-repo-product-name }}" ]] && opt='$opt -n ${{ inputs.mono-repo-product-name }}'
59
+ [[ -n "${{ inputs.mono-repo-product-path }}" ]] && opt='$opt -d ${{ inputs.mono-repo-product-path }}'
60
new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true
61
echo "new-version=$new_version" | tee $GITHUB_OUTPUT
62
if [[ "$new_version" =~ "520" ]]; then
0 commit comments