Skip to content

Commit

Permalink
Expand command flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gururajsh committed May 15, 2024
1 parent fe38f4e commit 0b1aa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build-sign-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ jobs:
set -ex
pushd CLAW
if grep -q "${VERSION_BUILD}" "claw-variables.yml" ; then
if grep --quiet "${VERSION_BUILD}" "claw-variables.yml" ; then
echo 'Version already exists in CLAW.'
exit 1
else
Expand Down

0 comments on commit 0b1aa3c

Please sign in to comment.