Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisUser committed Aug 2, 2022
1 parent 4148d0d commit 0e8f7b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"storybook": "start-storybook",
"build-storybook": "build-storybook -c .storybook -o docs-build .out"
},
"release": {
"branches": ["main"]
},
"keywords": [
"react",
"usage bar",
Expand Down

0 comments on commit 0e8f7b3

Please sign in to comment.