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 3169c6e commit 384fbddCopy full SHA for 384fbdd
Jenkinsfile
@@ -745,7 +745,7 @@ pipeline {
745
"target_commitish": "alpine",\
746
"name": "'${META_TAG}'",\
747
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n**Repo Changes:**\\n\\n' > start
748
- printf '","draft": false,"prerelease": false}' >> releasebody.json
+ printf '","draft": false,"prerelease": true}' >> releasebody.json
749
paste -d'\\0' start releasebody.json > releasebody.json.done
750
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
751
}
0 commit comments