mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix semver, missed a dependency (#1335)
* fix releasing with semver * fix releasing with semver
This commit is contained in:
parent
98cad72b09
commit
daa7265fb0
@ -1,5 +1,6 @@
|
||||
{
|
||||
"verifyConditions": ["@semantic-release/github"],
|
||||
"publish": ["@semantic-release/github"],
|
||||
"prepare": [
|
||||
{
|
||||
"path": "@semantic-release/exec",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user