Skip to content

Commit

Permalink
chore: creating next branch and channel
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Sep 8, 2023
1 parent efc3e13 commit 8d67e21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Release

on:
push:
branches:
- main
branches: [main, next]

jobs:
release:
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@
},
"release": {
"branches": [
"main"
"main",
{
"name": "next",
"prerelease": true
}
]
}
}

0 comments on commit 8d67e21

Please sign in to comment.