Skip to content

Commit

Permalink
ci: Removed nuget push
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed May 17, 2019
1 parent d4a0c8e commit 21b8399
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
}],
"@semantic-release/release-notes-generator",
["@semantic-release/exec", {
"analyzeCommitsCmd": "powershell -Command \"(gc Ruffles.nuspec) -replace '<version>0.1.0</version>', -join('<version>', ${lastRelease.version}, '</version>') | Out-File Ruffles.nuspec\"",
"verifyReleaseCmd": "powershell -Command \"(gc Ruffles.nuspec) -replace '<version>0.1.0</version>', -join('<version>', ${nextRelease.version}, '</version>') | Out-File Ruffles.nuspec\"",
"publishCmd": "nuget push *.nupkg -ApiKey %nuget_key% -NonInteractive -Source https://api.nuget.org/v3/index.json",
}],
["@semantic-release/github", {
"assets": [
Expand Down
1 change: 0 additions & 1 deletion Ruffles.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<owners>TwoTen</owners>
<licenseUrl>https://github.com/MidLevel/Ruffles/blob/master/LICENCE</licenseUrl>
<projectUrl>https://github.com/MidLevel/Ruffles</projectUrl>
<releaseNotes>$releaseNotes$</releaseNotes>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Lightweight high performance reliable UDP library</description>
<copyright>Copyright © 2019 Albin Corén</copyright>
Expand Down

0 comments on commit 21b8399

Please sign in to comment.