Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
ci: add beta release channel
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Jan 18, 2023
1 parent 61df524 commit a38948c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- develop
workflow_dispatch:

jobs:
Expand Down
7 changes: 1 addition & 6 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ module.exports = {
'main',
'next',
{
name: 'rc',
channel: 'rc',
prerelease: 'rc',
},
{
name: 'beta',
name: 'develop',
channel: 'beta',
prerelease: 'beta',
},
Expand Down

0 comments on commit a38948c

Please sign in to comment.