We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0415c8 commit 6fb376bCopy full SHA for 6fb376b
.circleci/config.yml
@@ -46,7 +46,7 @@ jobs:
46
47
release:
48
docker:
49
- - image: circleci/node:10.19
+ - image: circleci/node:14
50
steps:
51
- checkout
52
- *step-restore-cache
.releaserc.json
@@ -5,5 +5,6 @@
5
"@semantic-release/changelog",
6
"@continuous-auth/semantic-release-npm",
7
"@semantic-release/github"
8
- ]
+ ],
9
+ "branches": ["main"]
10
}
0 commit comments