Skip to content

Commit 00c7128

Browse files
committed
fix github release params
1 parent 4a69ccf commit 00c7128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deploy:
4747
after_deploy:
4848
- .travis/changelog.sh > changelog
4949
- cat changelog
50-
- ruby .travis/github_release.rb -c $GITHUB_TOKEN -r $TRAVIS_REPO_SLUG -c changelog -t $TRAVIS_TAG
50+
- ruby .travis/github_release.rb -s $GITHUB_TOKEN -r $TRAVIS_REPO_SLUG -c changelog -t $TRAVIS_TAG
5151

5252
env:
5353
global:

0 commit comments

Comments
 (0)