Skip to content

Commit 7a96f3f

Browse files
committed
Merge pull request #5750 from nicoddemus/fix-gh-publish-notes
Forward $TRAVIS_REPO_SLUG for GH publish notes
1 parent 2fbea0e commit 7a96f3f

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
@@ -140,7 +140,7 @@ commands = python scripts/release.py {posargs}
140140
description = create GitHub release after deployment
141141
basepython = python3.6
142142
usedevelop = True
143-
passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG
143+
passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG TRAVIS_REPO_SLUG
144144
deps =
145145
github3.py
146146
pypandoc

0 commit comments

Comments
 (0)