Skip to content

Commit 2659098

Browse files
committed
chore(ci): upload to nuget.org
1 parent 3c2b855 commit 2659098

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to GitHub Packages
1+
name: Publish
22

33
on:
44
push:
@@ -53,3 +53,6 @@ jobs:
5353

5454
- name: Publish to GitHub Packages
5555
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

Comments
 (0)