Skip to content

Commit e04aca4

Browse files
author
Christoph Bühler
committed
chore: add env var
1 parent 024e9b1 commit e04aca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@semantic-release/exec",
1414
{
1515
"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)"
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)"
1717
}
1818
],
1919
[

0 commit comments

Comments
 (0)