From a7df4c211584edf65f3dfd8feb0b9515319cc010 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sun, 29 Jul 2018 12:47:06 +0200 Subject: [PATCH] Build system: Fix GitHub release creation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 267ba0e..d5d7c11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ jobs: skip_cleanup: true tag_name: $TRAVIS_TAG target_commitish: $TRAVIS_COMMIT - name: Version $TRAVIS_TAG + name: Version ${TRAVIS_TAG:1} draft: true on: tags: true