Skip to content

Commit

Permalink
Fix semantic-release package.json branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Volnei Munhoz authored and Volnei Munhoz committed May 17, 2023
1 parent dba7626 commit e94313e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Release
on:
push:
branches: ['main']
branches:
- main

permissions:
contents: read # for checkout
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"test-storybook": "test-storybook",
"semantic-release": "semantic-release"
},
"release": {
"branches": ["main"]
},
"keywords": [],
"author": "",
"license": "ISC",
Expand Down

0 comments on commit e94313e

Please sign in to comment.