Skip to content

Commit

Permalink
chore(BREAKING CHANGE): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakowenko committed Sep 21, 2021
1 parent 77dd776 commit 33a7ed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 14
- name: Install dependencies
run: npm ci
run: npm install --save-dev
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/exec",
{
Expand Down

0 comments on commit 33a7ed8

Please sign in to comment.