Skip to content

Commit 814c359

Browse files
committed
updates github release script
1 parent 97fe4bf commit 814c359

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/release-github.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ responseJson=$(curl \
88
-X POST \
99
-H "Accept: application/vnd.github+json" \
1010
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
11-
https://api.github.com/repos/build-canaries/nevergreen/releases \
1211
-d "{\"tag_name\": \"v${VERSION}\", \"target_commitish\": \"main\", \"name\": \"${VERSION_NAME}\", \"body\": \"${body}\", \"draft\": true, \"prerelease\": false}" \
1312
https://api.github.com/repos/build-canaries/nevergreen/releases)
1413

0 commit comments

Comments
 (0)