From 0433f04c9c566fe6e3147f008df9cf674c45c8aa Mon Sep 17 00:00:00 2001 From: John Maguire Date: Sat, 23 May 2020 23:02:59 +0100 Subject: [PATCH] Create non-draft releases --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index cafe5e2f6..8cfa05f97 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -39,7 +39,7 @@ jobs: echo "Adding asset: ${asset}" assets+=("-a" "$asset") done - hub release create -d -p "${assets[@]}" -m "$VERSION" "$VERSION" + hub release create -p "${assets[@]}" -m "$VERSION" "$VERSION" build_source: name: Build source tarball