Skip to content

Commit 86d5976

Browse files
authored
Update dotnet.yml
1 parent 8be8cf1 commit 86d5976

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

+3
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ jobs:
2626
with:
2727
PROJECT_FILE_PATH: Paginator.EntityFrameworkCore.csproj
2828
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

Comments
 (0)