Skip to content

Commit 440ad9a

Browse files
committed
chore: enable prerelease
1 parent 67617a8 commit 440ad9a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- master
66
- angular-19
77
- test-update
8+
- fix-voice-recording
89
pull_request:
910
branches:
1011
- master

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"prerelease": true,
4646
"channel": "beta"
4747
},
48+
{
49+
"name": "fix-voice-recording",
50+
"prerelease": true,
51+
"channel": "beta"
52+
},
4853
{
4954
"name": "5.x.x-beta",
5055
"prerelease": true,

0 commit comments

Comments
 (0)