Build system: Remove tag_name and target_commitish

Fixed in travis-ci/dpl#923 (ref travis-ci/dpl#914)
pico-3.0-alpha
Daniel Rudolf 7 years ago
parent df17baac18
commit 533ad99e57
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 2
      .travis.yml

@ -39,8 +39,6 @@ jobs:
api_key: ${GITHUB_OAUTH_TOKEN} api_key: ${GITHUB_OAUTH_TOKEN}
file: pico-release-$TRAVIS_TAG.tar.gz file: pico-release-$TRAVIS_TAG.tar.gz
skip_cleanup: true skip_cleanup: true
tag_name: $TRAVIS_TAG
target_commitish: $TRAVIS_COMMIT
name: Version ${TRAVIS_TAG:1} name: Version ${TRAVIS_TAG:1}
draft: true draft: true
on: on:

Loading…
Cancel
Save