We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef17ff commit e5d33dcCopy full SHA for e5d33dc
1 file changed
.github/workflows/dotnetcore.yml
@@ -18,4 +18,4 @@ jobs:
18
- name: Test with dotnet
19
run: dotnet test --configuration Release
20
- name: Push to GitHub Package
21
- run: dotnet nuget push "DirectSQL/bin/Release/DirectSQL.*.nupkg" -s https://nuget.pkg.github.com/OWNER/index.json -k ${{ secrets.GITHUB_TOKEN }}
+ run: dotnet nuget push "DirectSQL/bin/Release/DirectSQL.*.nupkg" -s https://nuget.pkg.github.com/directsql/index.json -k ${{ secrets.GITHUB_TOKEN }}
0 commit comments