Skip to content

Commit 1fa172c

Browse files
author
Sylvain MARIE
committed
Fixed release script
1 parent 7d99366 commit 1fa172c

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
@@ -91,7 +91,7 @@ deploy:
9191

9292
# Create a github release on tags
9393
- provider: script
94-
script: python ci_tools/github_release.py -s $GITHUB_TOKEN --repo-slug smarie/python-decopatch -cf ./docs/changelog.md -d https://smarie.github.io/python-mini-lambda/changelog/ $TRAVIS_TAG
94+
script: python ci_tools/github_release.py -s $GITHUB_TOKEN --repo-slug smarie/python-mini-lambda -cf ./docs/changelog.md -d https://smarie.github.io/python-mini-lambda/changelog/ $TRAVIS_TAG
9595
skip_cleanup: true
9696
on:
9797
tags: true

0 commit comments

Comments
 (0)