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

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