Skip to content

Commit

Permalink
fix: support beta releases
Browse files Browse the repository at this point in the history
  • Loading branch information
BobHemphill76 committed Nov 5, 2024
1 parent 0a279c6 commit 0eeadea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ workflows:
branches:
only:
- main
- beta
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,12 @@
},
"release": {
"branches": [
"main"
"main",
{
"name": "beta",
"channel": "beta",
"prerelease": true
}
],
"plugins": [
[
Expand Down

0 comments on commit 0eeadea

Please sign in to comment.