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 0792018 commit cd1237eCopy full SHA for cd1237e
1 file changed
Jenkinsfile
@@ -965,7 +965,7 @@ pipeline {
965
"type": "commit",\
966
"tagger": {"name": "LinuxServer-CI","email": "ci@linuxserver.io","date": "'${GITHUB_DATE}'"}}'
967
echo "Pushing New release for Tag"
968
- 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
969
jq -n \
970
--arg tag_name "$META_TAG" \
971
--arg target_commitish "main" \
0 commit comments