mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
Set Github release to draft while uploading binaries
This commit is contained in:
parent
13be03cb86
commit
f578896745
@ -26,7 +26,8 @@ echo "Making release ${VERSION} anchor ${ANCHOR} to repo ${REPO}"
|
||||
gh release create "${VERSION}" \
|
||||
--repo ${REPO} \
|
||||
--title "rclone ${VERSION}" \
|
||||
--notes-file "/tmp/${VERSION}-release-notes"
|
||||
--notes-file "/tmp/${VERSION}-release-notes" \
|
||||
--draft=true
|
||||
|
||||
for build in build/*; do
|
||||
case $build in
|
||||
@ -40,6 +41,10 @@ for build in build/*; do
|
||||
"${build}"
|
||||
done
|
||||
|
||||
gh release edit "${VERSION}" \
|
||||
--repo ${REPO} \
|
||||
--draft=false
|
||||
|
||||
gh release view "${VERSION}" \
|
||||
--repo ${REPO}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user