aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ca0e4fc..33bf512 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -195,6 +195,8 @@ jobs:
gh release edit "${TAG}" \
--title "${TITLE}" \
--notes-file "${NOTES_FILE}" \
+ --draft=false \
+ --prerelease=false \
--latest
gh release upload "${TAG}" "${archive_path}" --clobber
else