We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2b855 commit 2659098Copy full SHA for 2659098
1 file changed
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish to GitHub Packages
+name: Publish
2
3
on:
4
push:
@@ -53,3 +53,6 @@ jobs:
53
54
- name: Publish to GitHub Packages
55
run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"
56
+
57
+ - name: Publish to NuGet.org
58
+ run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"
0 commit comments