Skip to content

Commit

Permalink
fix(ci): upload source script
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Apr 2, 2024
1 parent afba7d5 commit c610cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-utils/scripts/upload-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

set -e

if [ "$#" -lt 2 ]; then
echo "usage: $0 upload-sources release-version"
if [ "$#" -lt 1 ]; then
echo "usage: $0 release-version"
exit 1
fi

Expand Down

0 comments on commit c610cf1

Please sign in to comment.