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 d78eeab commit 252db2cCopy full SHA for 252db2c
github-cli.sh
@@ -17,7 +17,7 @@ create_release(){
17
$body,
18
"draft": false,
19
"prerelease": true
20
- }')
+ }' | sed -r 's/[\]{2}/\\/g')
21
(curl -s -X POST -w '%{stderr}%{http_code}\n%{stdout}\n' \
22
"https://api.github.com/repos/${USERNAME}/${REPOSITORY}/releases?access_token=$REPO_TOKEN" \
23
--data "$PAYLOAD" |\
0 commit comments