fix: Removes echo in publish that is not needed (#1477)

This commit is contained in:
Kamron Batman 2023-08-29 07:53:10 -07:00 committed by GitHub
parent fc3aa13b8e
commit ea7302de59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,6 @@ config=$1
os=$2
arch=${3:-$(uname -m)}
echo "arch is $arch"
if [[ -n $os ]]; then
os="-r $os"
elif [[ $(uname) = "Darwin" ]]; then