File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 - name : Pack
2323 run : nuget pack dropbox-sdk-dotnet\Dropbox.Api\Dropbox.Api.nuspec
2424 - name : Publish
25- run : nuget push *.nupkg -ApiKey ${{ secrets.NUGET_TOKEN }}
25+ run : nuget push *.nupkg -ApiKey= ${{ secrets.NUGET_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ echo "Getting commit history since $last_version"
55num_commits=$( git rev-list --count $last_version ..HEAD)
66echo " Found $num_commits commits since last revision"
77git_log=$( git log -n $num_commits --pretty=" format:* %s %n" )
8- linked_log=$( echo " Release Notes: \n\n$git_log " | sed -e ' s/#\([0-9]*\)/[#\1](github.com\/dropbox\/dropbox-sdk-dotnet\/pull\/\1)/g' )
8+ linked_log=$( echo " Release Notes: \n\n$git_log " | sed -e ' s/#\([0-9]*\)/[#\1](https:\/\/ github.com\/dropbox\/dropbox-sdk-dotnet\/pull\/\1)/g' )
99echo " \n\n$linked_log "
You can’t perform that action at this time.
0 commit comments