From bf5ce76c7638aa318ce2c7bf4dc784dc9ace8df3 Mon Sep 17 00:00:00 2001 From: Felipe Forbeck Date: Mon, 25 Oct 2021 18:02:03 -0300 Subject: [PATCH] chore: set the correct branch name --- .releaserc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.releaserc.yaml b/.releaserc.yaml index a39575a..8e27d3a 100644 --- a/.releaserc.yaml +++ b/.releaserc.yaml @@ -1,2 +1,2 @@ -branch: main -extends: "semantic-release-npm-github-publish" \ No newline at end of file +branch: master +extends: "semantic-release-npm-github-publish"