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 a93a013 commit 1f018c9Copy full SHA for 1f018c9
github-cli.sh
@@ -19,6 +19,7 @@ create_release(){
19
"prerelease": true
20
}' | sed -r 's/[\]{2}/\\/g')
21
(curl -s -X POST -w '%{stderr}%{http_code}\n%{stdout}\n' \
22
+ -H "Authorization: token $${REPO_TOKEN}" \
23
"https://api.github.com/repos/${USERNAME}/${REPOSITORY}/releases?access_token=$REPO_TOKEN" \
24
--data "$PAYLOAD" |\
25
tee -a /dev/stderr | jq -r '.id') 2> /tmp/stderr 1> /tmp/stdout
0 commit comments