From c32439a56dcf7ec8897e10d0e6f2947a6c6a137e Mon Sep 17 00:00:00 2001 From: Marcus Olsson <8396880+marcusolsson@users.noreply.github.com> Date: Thu, 30 May 2024 11:35:46 +0200 Subject: [PATCH] Publish beta versions as pre-releases --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ed40c37..9a8e88ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: gh release create "$tag" \ --title="$tag" \ - --draft \ + --prerelease \ main.js manifest.json styles.css - name: Publish build