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 Bruno Oliveira
parent 2fbea0e5e4
commit 7a96f3f970
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,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