Skip to content

Commit cd1237e

Browse files
Bot Updating Templated Files
1 parent 0792018 commit cd1237e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ pipeline {
965965
"type": "commit",\
966966
"tagger": {"name": "LinuxServer-CI","email": "ci@linuxserver.io","date": "'${GITHUB_DATE}'"}}'
967967
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
968+
curl -H "Authorization: token ${GITHUB_TOKEN}" -s https://api.github.com/repos/${EXT_USER}/${EXT_REPO}/releases/latest | jq -r '. |.body' > releasebody.json
969969
jq -n \
970970
--arg tag_name "$META_TAG" \
971971
--arg target_commitish "main" \

0 commit comments

Comments
 (0)