Skip to content

Commit 1e58823

Browse files
authored
fix: update github release workflow (#497)
1 parent c9829e6 commit 1e58823

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- develop
78
workflow_dispatch:
89

910
jobs:

.releaserc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"branches": [
3-
"main"
3+
"main",
4+
{
5+
"name": "develop",
6+
"prerelease": true
7+
}
48
],
59
"plugins": [
610
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)