Skip to content

Commit 8130f2f

Browse files
committed
Push to GitHub packages
1 parent 72a6e71 commit 8130f2f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/nuget-push.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,18 @@ jobs:
1717
with:
1818
dotnet-version: 6.0.x
1919

20-
- name: Cake Action
20+
- name: NuGet package
2121
uses: cake-build/[email protected]
2222
env:
2323
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
2424
NUGET_API_URL: ${{ secrets.NUGET_API_URL }}
2525
with:
2626
target: NuGetPush
27+
28+
- name: GitHub package
29+
uses: cake-build/[email protected]
30+
env:
31+
NUGET_API_KEY: ${{ secrets.GH_NUGET_API_KEY }}
32+
NUGET_API_URL: ${{ secrets.GH_NUGET_API_URL }}
33+
with:
34+
target: NuGetPush

0 commit comments

Comments
 (0)