Build system: Fix GitHub release creation

pico-3.0-alpha
Daniel Rudolf 7 years ago
parent dc37a3efda
commit a7df4c2115
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 2
      .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

Loading…
Cancel
Save