Skip to content

Commit cfc3be9

Browse files
Bot Updating Templated Files
1 parent 90bd848 commit cfc3be9

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
@@ -1028,7 +1028,7 @@ pipeline {
10281028
"type": "commit",\
10291029
"tagger": {"name": "LinuxServer-CI","email": "[email protected]","date": "'${GITHUB_DATE}'"}}'
10301030
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
1031+
curl -H "Authorization: token ${GITHUB_TOKEN}" -s https://api.github.com/repos/${EXT_USER}/${EXT_REPO}/releases/latest | jq -r '. |.body' > releasebody.json
10321032
jq -n \
10331033
--arg tag_name "$META_TAG" \
10341034
--arg target_commitish "glitch" \

0 commit comments

Comments
 (0)