Skip to content

Commit

Permalink
Debug Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
John Chavez committed May 13, 2020
1 parent 50698ba commit d0ff765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: cd EagleServer && dotnet pack
shell: cmd
- name: Push to Nuget with dotnet
run: dotnet nuget push .\EagleServer\bin\Debug\EagleServer.*.nupkg -s nuget.org -k %NUGET_KEY% -n
run: dotnet nuget push .\EagleServer\bin\Debug\EagleServer.*.nupkg -s nuget.org -k %NUGET_KEY% -n true
shell: cmd
env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}

0 comments on commit d0ff765

Please sign in to comment.