Skip to content

Commit ce0b247

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 550a0ed + aa99887 commit ce0b247

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dotnet.yml

+6
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ jobs:
2626
with:
2727
PROJECT_FILE_PATH: Paginator.EntityFrameworkCore.csproj
2828
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
29+
- name: Add Github Nuget Source
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+
- name: Pack
32+
run: dotnet pack -c Release
33+
- name: Publish Github Package
34+
run: dotnet nuget push "bin/Release/Paginator.EntityFrameworkCore.*.nupkg" --source "github"

0 commit comments

Comments
 (0)