fix: build script

main
Raphaël 2021-08-04 16:13:11 +02:00 committed by GitHub
parent 335d21a8dd
commit 1050a3eef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ fi
# Only CI system should publish artifacts
# We may not want to sign artifacts in dev environments
if [ "$CI" != true ] && [ "$CMD" == "release" ]; then
if [ "$CI" == true ] && [ "$CMD" == "release" ]; then
FLAGS+="--skip-announce "
FLAGS+="--skip-publish "
FLAGS+="--skip-sign "