Merge pull request #5750 from nicoddemus/fix-gh-publish-notes

Forward $TRAVIS_REPO_SLUG for GH publish notes
This commit is contained in:
Bruno Oliveira 2019-08-16 15:57:01 -03:00 committed by GitHub
commit c3a8e609f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ commands = python scripts/release.py {posargs}
description = create GitHub release after deployment
basepython = python3.6
usedevelop = True
passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG
passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG TRAVIS_REPO_SLUG
deps =
github3.py
pypandoc