Skip to content

Commit

Permalink
updates github release script
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHal committed Nov 8, 2022
1 parent 97fe4bf commit 814c359
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/release-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ responseJson=$(curl \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
https://api.github.com/repos/build-canaries/nevergreen/releases \
-d "{\"tag_name\": \"v${VERSION}\", \"target_commitish\": \"main\", \"name\": \"${VERSION_NAME}\", \"body\": \"${body}\", \"draft\": true, \"prerelease\": false}" \
https://api.github.com/repos/build-canaries/nevergreen/releases)

Expand Down

0 comments on commit 814c359

Please sign in to comment.