diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c5caa2..abd91f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,8 @@ name: Release on: push: - branches: ['main'] + branches: + - main permissions: contents: read # for checkout diff --git a/package.json b/package.json index 835fe05..ddbf953 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "test-storybook": "test-storybook", "semantic-release": "semantic-release" }, + "release": { + "branches": ["main"] + }, "keywords": [], "author": "", "license": "ISC",