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 4fd4786 + 2fb4e9a commit f534731Copy full SHA for f534731
action.yml
@@ -38,7 +38,7 @@ runs:
38
opt=''
39
[[ "${{ inputs.force-re-evaluate }}" == 'true' ]] && opt='-f'
40
[[ "${{ inputs.force-patch-increment }}" == 'true' ]] && opt='-p'
41
- new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)"
+ new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true
42
echo "new-version=$new_version" | tee $GITHUB_OUTPUT
43
fi
44
if [[ "$new_version" =~ "520" ]]; then
0 commit comments