From 353a5b5d12c032d6953e177ef20ea2e15eaacad3 Mon Sep 17 00:00:00 2001 From: Damillora Date: Wed, 14 Apr 2021 17:10:56 +0700 Subject: [PATCH] fix(shian): this should hopefully fix CI and release --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8325ac8..089e38e 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,8 @@ "repository": { "type": "git", "url": "https://github.com/Damillora/Shian.git" + }, + "release": { + "branches": ["main"] } }