Skip to content

Commit 0e8f7b3

Browse files
committed
Workflow fix
1 parent 4148d0d commit 0e8f7b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
npm install --force
2929
npm run build --if-present
3030
- name: Semantic release
31-
run: npx semantic-release --branches next
31+
run: npx semantic-release

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"storybook": "start-storybook",
2020
"build-storybook": "build-storybook -c .storybook -o docs-build .out"
2121
},
22+
"release": {
23+
"branches": ["main"]
24+
},
2225
"keywords": [
2326
"react",
2427
"usage bar",

0 commit comments

Comments
 (0)