From 0e8f7b3f9fce13eb71d487afed86ba0924bd9f98 Mon Sep 17 00:00:00 2001 From: ChrisUser Date: Tue, 2 Aug 2022 11:38:34 +0200 Subject: [PATCH] Workflow fix --- .github/workflows/main.yml | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73e5a3a..4d5ba46 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,4 +28,4 @@ jobs: npm install --force npm run build --if-present - name: Semantic release - run: npx semantic-release --branches next + run: npx semantic-release diff --git a/package.json b/package.json index 4d31b77..ee11e7e 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,9 @@ "storybook": "start-storybook", "build-storybook": "build-storybook -c .storybook -o docs-build .out" }, + "release": { + "branches": ["main"] + }, "keywords": [ "react", "usage bar",