Skip to content

Commit e5d33dc

Browse files
authored
Update dotnetcore.yml
Fix OWNER
1 parent 2ef17ff commit e5d33dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Test with dotnet
1919
run: dotnet test --configuration Release
2020
- 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 }}
21+
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

Comments
 (0)