Explorar el Código

_build/deploy-phpdoc-release.sh: Fix version badge status

Daniel Rudolf hace 9 años
padre
commit
4f60289d36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      _build/deploy-phpdoc-release.sh

+ 1 - 1
_build/deploy-phpdoc-release.sh

@@ -48,7 +48,7 @@ fi
 if [ "$DEPLOY_VERSION_BADGE" == "true" ]; then
     generate-badge.sh \
         "$GIT_DIR/badges/pico-version.svg" \
-        "release" "v$TRAVIS_TAG" "blue"
+        "release" "$TRAVIS_TAG" "blue"
 
     # commit version badge
     echo "Committing changes..."