Skip to content

Commit d9c4e64

Browse files
committed
Forward TRAVIS_REPO_SLUG env var for GH publish notes
Fix #5749
1 parent 8ccc017 commit d9c4e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ commands = python scripts/release.py {posargs}
118118
description = create GitHub release after deployment
119119
basepython = python3.6
120120
usedevelop = True
121-
passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG
121+
passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG TRAVIS_REPO_SLUG
122122
deps =
123123
github3.py
124124
pypandoc

0 commit comments

Comments
 (0)