We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ccb15 commit 8f28fecCopy full SHA for 8f28fec
1 file changed
.github/workflows/dotnet.yml
@@ -34,4 +34,4 @@ jobs:
34
35
# Step 6: Publish package to GitHub Packages
36
- name: Publish to GitHub Packages
37
- run: dotnet nuget push ./packages/*.nupkg --api-key ${{ secrets.FOR_NUGETPACKAGE }} --source "github"
+ run: dotnet nuget push ./packages/*.nupkg --api-key ${{ secrets.FOR_NUGETPACKAGE }} --source "TaskMonitoring"
0 commit comments