From 38a98f959502f428a7c8aefb679897f295d33a3c Mon Sep 17 00:00:00 2001 From: sinedied Date: Fri, 8 Jan 2021 15:40:30 +0100 Subject: [PATCH] ci: add missing release config --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 3206d7d..89f0371 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,10 @@ "unicorn/no-array-reduce": "off" } }, + "release": { + "extends": "semantic-release-npm-github", + "branches": "main" + }, "files": [ "index.js", "bin",