We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a6e71 commit 8130f2fCopy full SHA for 8130f2f
.github/workflows/nuget-push.yml
@@ -17,10 +17,18 @@ jobs:
17
with:
18
dotnet-version: 6.0.x
19
20
- - name: Cake Action
+ - name: NuGet package
21
uses: cake-build/[email protected]
22
env:
23
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
24
NUGET_API_URL: ${{ secrets.NUGET_API_URL }}
25
26
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