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.
1 parent fe1f1a3 commit 2fb4e9aCopy full SHA for 2fb4e9a
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