Skip to content

Commit

Permalink
fix: 🐛 release config
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Jul 1, 2022
1 parent c365037 commit 4bb771b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -11,6 +11,7 @@ jobs:
build-lint-test:
env:
CI: true
HUSKY: 0
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, '[skip ci]')"

Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HUSKY: 0

steps:
- name: checkout
Expand Down
3 changes: 1 addition & 2 deletions release.config.js
Expand Up @@ -42,8 +42,7 @@ module.exports = {
'@semantic-release/git',
{
assets: ['package.json', 'CHANGELOG.md'],
message:
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
message: 'chore(release): ${nextRelease.version} [skip ci]',
},
],
'@semantic-release/github',
Expand Down

0 comments on commit 4bb771b

Please sign in to comment.