Skip to content

Commit a10fe77

Browse files
committed
fix: semantic release
1 parent ad5770c commit a10fe77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
- name: Install
2424
run: yarn --frozen-lockfile
2525

26-
- name: Lint
27-
run: yarn run lint
28-
2926
- name: Unit Test
3027
run: yarn run test
3128

.releaserc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
66
["@semantic-release/npm", {
7-
"npmPublish": false,
7+
"npmPublish": true,
88
"pkgRoot": "dist/apps/generator-cli",
99
"tarballDir": "dist/apps"
10+
}],
11+
["@semantic-release/github", {
12+
"assets": "dist/apps/*.tgz"
1013
}]
1114
]
1215
}

0 commit comments

Comments
 (0)