Skip to content

Commit

Permalink
🐛 fix: test bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 18, 2021
1 parent f40c92d commit 5e5c9d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release CI
on: [push, pull_request]
jobs:
test:
release:
runs-on: macos-latest

steps:
Expand Down
4 changes: 3 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},
],
'@semantic-release/npm', //如果是npm包会自动更新版本号并发布
'@semantic-release/github', //推送代码回到GitHub
'@semantic-release/github', // 推送代码回到GitHub
[
'@semantic-release/git', //发布release
{
Expand All @@ -35,6 +35,8 @@ module.exports = {
'package.json',
'yarn.lock',
],
message:
':bookmark: chore(release): v${nextRelease.version} [skip ci]\n\nhttps://github.com/momocow/semantic-release-gitmoji/releases/tag/${nextRelease.gitTag}',
},
],
],
Expand Down

0 comments on commit 5e5c9d9

Please sign in to comment.