Skip to content

Commit 17c1713

Browse files
committed
feat: push for release
1 parent e7022bb commit 17c1713

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release CI
22
on:
33
push:
4-
branches: [ dev, release ]
4+
branches: [ dev ]
55
workflow_dispatch:
66
env:
77
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.releaserc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
22
"branches": [
33
{
4-
"name": "release",
4+
"name": "dev",
55
"channel": "latest",
66
"type": "release"
7-
},
8-
{
9-
"name": "dev",
10-
"prerelease": "beta"
117
}
128
],
139
"plugins": [

0 commit comments

Comments
 (0)