fix(package): update @semantic-release/github back to a build from the beta branch

* Only the beta channel that is compatible with semantic-release v16
* 5.4.0-beta.1 worked, but subsequently v5.4.3 was released from master but didn't include the changes from the beta branch and  5.4.0-beta.1.
This commit is contained in:
Scott Willeke 2019-09-07 21:59:25 -07:00 committed by Gregor Martynus
parent cb2c506d8b
commit 3f0a37944d

View File

@ -21,7 +21,7 @@
"dependencies": {
"@semantic-release/commit-analyzer": "^7.0.0-beta.1",
"@semantic-release/error": "^2.2.0",
"@semantic-release/github": "^5.4.0-beta.1",
"@semantic-release/github": "=5.5.0-beta.1",
"@semantic-release/npm": "^5.2.0-beta.5",
"@semantic-release/release-notes-generator": "^7.1.2",
"aggregate-error": "^2.0.0",