fix semver, missed a dependency (#1335)

* fix releasing with semver

* fix releasing with semver
This commit is contained in:
Paul Pacheco 2019-12-21 08:40:53 -06:00 committed by GitHub
parent 98cad72b09
commit daa7265fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
"verifyConditions": ["@semantic-release/github"],
"publish": ["@semantic-release/github"],
"prepare": [
{
"path": "@semantic-release/exec",

View File

@ -10,7 +10,7 @@ install:
- choco install unitypackager
- choco install docfx
- choco install lftp
- npm install -g semantic-release@15
- npm install -g semantic-release@15 @semantic-release/exec
#build:
# project: Mirror/Networking.sln