We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416e244 commit 2ee3dc1Copy full SHA for 2ee3dc1
.github/workflows/release.yml
@@ -4,6 +4,12 @@ on:
4
push:
5
branches:
6
- develop
7
+ - main
8
+
9
+permissions:
10
+ contents: write
11
+ issues: write
12
+ pull-requests: write
13
14
jobs:
15
release:
package.json
@@ -15,7 +15,11 @@
},
16
"release": {
17
"branches": [
18
- "main"
+ "main",
19
+ {
20
+ "name": "develop",
21
+ "prerelease": true
22
+ }
23
],
24
"plugins": [
25
"@semantic-release/commit-analyzer",
0 commit comments