Fix build workflow

This commit is contained in:
Sipke Schoorstra 2020-04-19 13:11:25 +02:00
parent 767f0391a0
commit 86cec862f8

View file

@ -22,6 +22,6 @@ jobs:
- name: Push to GitHub registry
with:
source-url: https://nuget.pkg.github.com/<organization>/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: dotnet nuget push ./<project>/out/*.nupkg --skip-duplicate --no-symbols true