We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be8cf1 commit 86d5976Copy full SHA for 86d5976
.github/workflows/dotnet.yml
@@ -26,3 +26,6 @@ jobs:
26
with:
27
PROJECT_FILE_PATH: Paginator.EntityFrameworkCore.csproj
28
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
29
+ - name: Github Package
30
+ run: dotnet nuget add source --username tmacharia --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/tmacharia/index.json"
31
+
0 commit comments