diff --git a/release.sh b/release.sh index 492634f006fed9e85012a4a5e022f6800e1467d3..93f7ecb58ead3c4adac585d7554c2768abf04014 100755 --- a/release.sh +++ b/release.sh @@ -10,4 +10,5 @@ curl \ -H "Accept: application/vnd.github.ant-man-preview+json" \ -H "Content-Type: application/json" \ https://api.github.com/repos/getgauge/gauge/deployments \ - --data '{"ref": "master", "required_contexts": [], "environment": "production"}' \ No newline at end of file + --data '{"ref": "master", "required_contexts": [], "environment": "production"}' + ll \ No newline at end of file