Forward TRAVIS_REPO_SLUG env var for GH publish notes

Fix #5749
This commit is contained in:
Bruno Oliveira 2019-08-15 22:50:55 -03:00
parent 8ccc0177c8
commit d9c4e646c4
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