We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d99366 commit 1fa172cCopy full SHA for 1fa172c
.travis.yml
@@ -91,7 +91,7 @@ deploy:
91
92
# Create a github release on tags
93
- 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
+ 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
95
skip_cleanup: true
96
on:
97
tags: true
0 commit comments