Skip to content

Commit 67e7c5e

Browse files
committed
fix: CI
1 parent d99aea6 commit 67e7c5e

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
jobs:
7-
test:
7+
release:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3

.releaserc.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"branches": [
3+
"master"
4+
],
5+
"ci": true,
6+
"plugins": [
7+
"@semantic-release/commit-analyzer",
8+
"@semantic-release/release-notes-generator",
9+
"@semantic-release/npm",
10+
"@semantic-release/github"
11+
]
12+
}

.releaserc.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)