We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024e9b1 commit e04aca4Copy full SHA for e04aca4
.releaserc.json
@@ -13,7 +13,7 @@
13
"@semantic-release/exec",
14
{
15
"prepareCmd": "dotnet pack --configuration Release -o artifacts /property:Version=<%= nextRelease.version %> /property:PackageReleaseNotes='<%= _.truncate(_.replace(_.replace(nextRelease.notes, /[,]/g, '%2c'), /[;]/g, '%3b'), {length: 30000, omission: ''}) %>'",
16
- "publishCmd": "(for p in $(ls artifacts); do dotnet nuget push artifacts/$p --source GH_NUGET_SOURCE --api-key GH_NUGET_API_KEY; done) && (for p in $(ls artifacts); do dotnet nuget push artifacts/$p --source NUGET_SOURCE --api-key NUGET_API_KEY; done)"
+ "publishCmd": "(for p in $(ls artifacts); do dotnet nuget push artifacts/$p --source $GH_NUGET_SOURCE --api-key $GH_NUGET_API_KEY; done) && (for p in $(ls artifacts); do dotnet nuget push artifacts/$p --source $NUGET_SOURCE --api-key $NUGET_API_KEY; done)"
17
}
18
],
19
[
0 commit comments