Skip to content

Commit 93566a4

Browse files
committed
fix PR tests
1 parent 873876d commit 93566a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ tools/build-tests.sh
99
if [ $? -ne 0 ]; then exit 1; fi
1010

1111
# zip the package if tagged build, otherwise finish here
12-
tools/build-release.sh -a$ESP32_GITHUB_TOKEN
12+
if [ ! -z "$TRAVIS_TAG" ]; then
13+
tools/build-release.sh -a$ESP32_GITHUB_TOKEN
14+
fi

0 commit comments

Comments
 (0)