Skip to content

Commit c3a8e60

Browse files
authored
Merge pull request #5750 from nicoddemus/fix-gh-publish-notes
Forward $TRAVIS_REPO_SLUG for GH publish notes
2 parents 8ccc017 + d9c4e64 commit c3a8e60

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)