Skip to content

Commit

Permalink
ci(release): fix github plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Aug 23, 2018
1 parent 28b9585 commit e84d233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
38 changes: 1 addition & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@semantic-release/changelog": "3.0.0",
"@semantic-release/git": "7.0.1",
"@semantic-release/gitlab": "3.0.1",
"@semantic-release/github": "5.0.2",
"@semantic-release/npm": "5.0.2",
"babel-core": "6.26.3",
"babel-plugin-external-helpers": "6.22.0",
Expand Down Expand Up @@ -108,7 +108,7 @@
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/gitlab"
"@semantic-release/github"
],
"prepare": [
"@semantic-release/changelog",
Expand All @@ -117,7 +117,7 @@
],
"publish": [
"@semantic-release/npm",
"@semantic-release/gitlab"
"@semantic-release/github"
],
"success": false,
"fail": false
Expand Down

0 comments on commit e84d233

Please sign in to comment.