Skip to content

Commit f534731

Browse files
authored
Merge pull request #20 from AlexAtkinson/fix/error_output
DEVOPS-00: Force true
2 parents 4fd4786 + 2fb4e9a commit f534731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
opt=''
3939
[[ "${{ inputs.force-re-evaluate }}" == 'true' ]] && opt='-f'
4040
[[ "${{ inputs.force-patch-increment }}" == 'true' ]] && opt='-p'
41-
new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)"
41+
new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true
4242
echo "new-version=$new_version" | tee $GITHUB_OUTPUT
4343
fi
4444
if [[ "$new_version" =~ "520" ]]; then

0 commit comments

Comments
 (0)