Quellcode durchsuchen

chore(ci): fix deploy condition

Mustafa Arici vor 8 Jahren
Ursprung
Commit
c3a138e0d5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -39,4 +39,4 @@ deploy:
   skip_cleanup: true
   on:
     tag: true
-    condition: -n $TRAVIS_TAG  && $TRAVIS_TAG == "v*"
+    condition: -n $TRAVIS_TAG  && $TRAVIS_TAG == "v"*