We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a9b16 commit 7ffbaa5Copy full SHA for 7ffbaa5
2 files changed
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- - develop
+ # - develop
8
9
jobs:
10
release:
package.json
@@ -29,11 +29,7 @@
29
"ignoreMergeCommits": true
30
},
31
"branches": [
32
- "main",
33
- {
34
- "name": "develop",
35
- "prerelease": true
36
- }
+ "main"
37
],
38
"plugins": [
39
"@semantic-release/commit-analyzer",
0 commit comments