Skip to content

Commit

Permalink
ci: Removed nuget package creation
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed Jan 13, 2020
1 parent 864be1f commit 664d6b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
]
}],
"@semantic-release/release-notes-generator",
["@semantic-release/exec", {
"verifyReleaseCmd": "powershell -Command \"(gc Ruffles.nuspec) -replace '<version>0.1.0</version>', -join('<version>', ${nextRelease.version}, '</version>') | Out-File Ruffles.nuspec\"",
}],
["@semantic-release/github", {
"assets": [
{"path": "*net*.zip"}
]
}]
]
}
}

0 comments on commit 664d6b3

Please sign in to comment.