浏览代码

tag formatting

Johann Woelper 6 年之前
父节点
当前提交
0c934016ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -18,7 +18,7 @@ before_deploy:
   - cd $TRAVIS_BUILD_DIR
   - mv target/release/oculante target/release/oculante.$TRAVIS_OS_NAME
   - git tag $TRAVIS_OS_NAME-$(git log --format=%h -1)
-  - export tag $TRAVIS_OS_NAME-$(git log --format=%h -1)
+  - export TRAVIS_TAG=$TRAVIS_OS_NAME-$(git log --format=%h -1)
 deploy:
   provider: releases
   skip_cleanup: true