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 3430e63 commit b6a8d37Copy full SHA for b6a8d37
.github/workflows/release.yml
@@ -5,9 +5,9 @@ name: Node.js CI
5
6
on:
7
push:
8
- branches: [releases]
+ branches: [main]
9
pull_request:
10
11
12
jobs:
13
build:
package.json
@@ -24,7 +24,7 @@
24
"predeploy": "cd example && yarn && yarn build",
25
"deploy": "gh-pages -d example/build",
26
"commit": "git cz",
27
- "release": "semantic-release -b main"
+ "release": "semantic-release"
28
},
29
"peerDependencies": {
30
"react": ">=16.8.0",
0 commit comments