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 90bd848 commit cfc3be9Copy full SHA for cfc3be9
1 file changed
Jenkinsfile
@@ -1028,7 +1028,7 @@ pipeline {
1028
"type": "commit",\
1029
"tagger": {"name": "LinuxServer-CI","email": "[email protected]","date": "'${GITHUB_DATE}'"}}'
1030
echo "Pushing New release for Tag"
1031
- curl -H "Authorization: token ${GITHUB_TOKEN}" -s https://api.github.com/repos/${EXT_USER}/${EXT_REPO}/releases/latest | jq '. |.body' | sed 's:^.\\(.*\\).$:\\1:' > releasebody.json
+ curl -H "Authorization: token ${GITHUB_TOKEN}" -s https://api.github.com/repos/${EXT_USER}/${EXT_REPO}/releases/latest | jq -r '. |.body' > releasebody.json
1032
jq -n \
1033
--arg tag_name "$META_TAG" \
1034
--arg target_commitish "glitch" \
0 commit comments