Update release.yml

Former-commit-id: 15bedea183
This commit is contained in:
Malte Rosenbjerg 2020-02-21 17:48:29 +01:00 committed by GitHub
parent 25cc42ba63
commit d6810bf917

View file

@ -22,5 +22,6 @@ jobs:
- name: Run unit tests
run: dotnet test
- name: Publish NuGet package
if: github.event.pull_request.merged
run: NUPKG=`find . -type f -name FFMpegCore*.nupkg` && dotnet nuget push $NUPKG -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json