We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a69ccf commit 00c7128Copy full SHA for 00c7128
.travis.yml
@@ -47,7 +47,7 @@ deploy:
47
after_deploy:
48
- .travis/changelog.sh > changelog
49
- cat changelog
50
- - ruby .travis/github_release.rb -c $GITHUB_TOKEN -r $TRAVIS_REPO_SLUG -c changelog -t $TRAVIS_TAG
+ - ruby .travis/github_release.rb -s $GITHUB_TOKEN -r $TRAVIS_REPO_SLUG -c changelog -t $TRAVIS_TAG
51
52
env:
53
global:
0 commit comments