File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 }],
88 [" @semantic-release/github" , {
99 "assets" : [
10- {"path" : " unity-packer/nupkg/unity-packer.*.nupkg" , "name" : " unity-packer.${nextRelease.gitTag }.nupkg" , "label" : " unity-packer.${nextRelease.gitTag }.nupkg" }
10+ {"path" : " unity-packer/nupkg/unity-packer.*.nupkg" , "name" : " unity-packer.${nextRelease.version }.nupkg" , "label" : " unity-packer.${nextRelease.version }.nupkg" }
1111 ]
1212 }],
1313 " @semantic-release/changelog" ,
1717 [" @semantic-release/exec" , {
1818 "shell" : true ,
1919 "prepareCmd" : " dotnet pack" ,
20- "publish " : " dotnet nuget push - k $NUGET_APIKEY"
20+ "publishCmd " : " dotnet nuget push unity-packer/nupkg/unity-packer.${nextRelease.version}.nupkg - k $NUGET_APIKEY -s https://api.nuget.org/v3/index.json "
2121 }]
2222 ]
2323}
You can’t perform that action at this time.
0 commit comments