Skip to content

Commit

Permalink
Fixing re-version check
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Feb 21, 2022
1 parent efab2bd commit 74bfc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/util/re-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ do
unzip -q $file -d $workdir/test

if grep -rl "0-SNAPSHOT" $workdir/test; then
echo "Found '0-SNAPSHOT' in re-versioned jars"
echo "Found '0-SNAPSHOT' in $file"
exit 1
fi

Expand Down

0 comments on commit 74bfc03

Please sign in to comment.