We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116fe71 commit ef1ec23Copy full SHA for ef1ec23
.github/workflows/dotnetcore.yml
@@ -48,8 +48,10 @@ jobs:
48
49
- name: Publish to GitHub Packages
50
if: github.ref == 'refs/heads/master'
51
+ shell: bash
52
run: dotnet nuget push ${{ env.PackageOutputPath }}/*.nupkg
53
54
- name: Publish to nuget.org
55
56
57
run: dotnet nuget push ${{ env.PackageOutputPath }}/*.nupkg --source nuget.org -k ${{ secrets.NUGET_TOKEN }}
0 commit comments