Skip to content

Commit 97656f3

Browse files
authored
Update dotnetcore.yml
1 parent f2bef56 commit 97656f3

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
@@ -30,7 +30,7 @@ jobs:
3030
if: github.event_name == 'push'
3131
run: |
3232
if ( "${{github.ref}}" -match "^refs/tags/[0-9]+\.[0-9]+\.[0-9]+$" ) {
33-
dotnet nuget push Raptorious.SharpMt940Lib\bin\Release\*.nupkg -s nuget.org -k ${{secrets.NUGET_TOKEN}}
33+
dotnet nuget push Raptorious.SharpMt940Lib\bin\Release\*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
3434
} else {
3535
echo "publish is only enabled by tagging with a release tag"
3636
}

0 commit comments

Comments
 (0)