Skip to content

Commit 1f0af8c

Browse files
committed
chore: enable prerelease
1 parent ee4b55a commit 1f0af8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- master
6-
- polls
6+
- v7
77
pull_request:
88
branches:
99
- master

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"branches": [
5151
"master",
5252
{
53-
"name": "polls",
54-
"prerelease": "beta",
55-
"channel": "beta"
53+
"name": "v7",
54+
"prerelease": "rc",
55+
"channel": "rc"
5656
}
5757
],
5858
"dryRun": false,

0 commit comments

Comments
 (0)