Skip to content

Commit 8a37b19

Browse files
authored
Merge pull request #83 from rainersigwald/push-source
specify nuget source to push
2 parents f3fef34 + 9b86b3a commit 8a37b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Release
2626
run: dotnet build --configuration release
2727
- name: Publish
28-
run: dotnet nuget push "Microsoft.NET.Build.Containers/bin/Release/Microsoft.NET.Build.Containers.*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }}
28+
run: dotnet nuget push "Microsoft.NET.Build.Containers/bin/Release/Microsoft.NET.Build.Containers.*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/rainersigwald/index.json"

0 commit comments

Comments
 (0)