Skip to content

Commit

Permalink
fix: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-schecker committed Nov 5, 2020
1 parent ad5770c commit a10fe77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: Install
run: yarn --frozen-lockfile

- name: Lint
run: yarn run lint

- name: Unit Test
run: yarn run test

Expand Down
5 changes: 4 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/npm", {
"npmPublish": false,
"npmPublish": true,
"pkgRoot": "dist/apps/generator-cli",
"tarballDir": "dist/apps"
}],
["@semantic-release/github", {
"assets": "dist/apps/*.tgz"
}]
]
}

0 comments on commit a10fe77

Please sign in to comment.