From 611b65490ea7dfe9322f1c2d0ed5aef604cbac7a Mon Sep 17 00:00:00 2001
From: Xiliang Chen <xlchen1291@gmail.com>
Date: Fri, 15 May 2020 10:30:39 +1200
Subject: [PATCH] published already includes prereleased

---
 .github/workflows/publish_packages.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish_packages.yml b/.github/workflows/publish_packages.yml
index 6be318b..3774bec 100644
--- a/.github/workflows/publish_packages.yml
+++ b/.github/workflows/publish_packages.yml
@@ -1,6 +1,6 @@
 on:
   release:
-    types: [published, prereleased]
+    types: [published]
 
 name: Publish Package
 
-- 
GitLab