We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c930250 commit 6bf4d6bCopy full SHA for 6bf4d6b
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: 16
+ node-version: 22
15
- run: npm install -g semantic-release
16
- run: npx semantic-release
17
env:
.releaserc
@@ -1,5 +1,5 @@
1
{
2
- "branches": ["master"],
+ "branches": ["main"],
3
"plugins": [
4
"@semantic-release/commit-analyzer",
5
"@semantic-release/release-notes-generator",
0 commit comments