From 7a807da97e7ff9b0652a557e833b3806d64070d8 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Fri, 13 Nov 2020 13:56:52 -0800 Subject: [PATCH] build: actually release things on the main branch --- .releaserc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index c9ad983..304c0c7 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -4,6 +4,7 @@ "@semantic-release/release-notes-generator", "@continuous-auth/semantic-release-npm", "@semantic-release/github" - ] + ], + "branches": ["main"] }