Merge pull request #5750 from nicoddemus/fix-gh-publish-notes
Forward $TRAVIS_REPO_SLUG for GH publish notes
This commit is contained in:
commit
c3a8e609f9
2
tox.ini
2
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue