We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873876d commit 93566a4Copy full SHA for 93566a4
tools/build.sh
@@ -9,4 +9,6 @@ tools/build-tests.sh
9
if [ $? -ne 0 ]; then exit 1; fi
10
11
# zip the package if tagged build, otherwise finish here
12
-tools/build-release.sh -a$ESP32_GITHUB_TOKEN
+if [ ! -z "$TRAVIS_TAG" ]; then
13
+ tools/build-release.sh -a$ESP32_GITHUB_TOKEN
14
+fi
0 commit comments