Build system: Fix GitHub release creation
This commit is contained in:
parent
dc37a3efda
commit
a7df4c2115
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue