From 4c20c9b6f5298ccbd1cbfa9222a70943b34f9091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E6=99=93=E6=9D=BE?= <5696810+luxsong@user.noreply.gitee.com> Date: Mon, 8 Nov 2021 03:15:17 +0000 Subject: [PATCH] update release.sh. --- release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 492634f0..93f7ecb5 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 -- Gitee