File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- name : 📤 Publish NuGet to GitHub Packages
52
52
run : dotnet nuget push "**/dotnet-todo.*.nupkg" -k ${{ secrets.GITHUB_TOKEN }} --source "github" --skip-duplicate --no-symbols
53
+
54
+ - name : 📤 Publish NuGet to NuGet.org
55
+ run : dotnet nuget push "**/dotnet-todo.*.nupkg" -k ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change 14
14
<RepositoryUrl >https://github.com/rprouse/dotnet-todo</RepositoryUrl >
15
15
<PackageReadmeFile >Readme.md</PackageReadmeFile >
16
16
<PackageId >dotnet-todo</PackageId >
17
- <Version >0.6.2 </Version >
17
+ <Version >0.6.3 </Version >
18
18
<PackAsTool >true</PackAsTool >
19
19
<ToolCommandName >todo</ToolCommandName >
20
20
<PackageOutputPath >./nupkg</PackageOutputPath >
You can’t perform that action at this time.
0 commit comments