Update release.yml

This commit is contained in:
Koen
2022-04-28 20:26:45 +08:00
committed by GitHub
parent 0fd9e2e8fb
commit 5cd98f68d2

View File

@@ -42,7 +42,7 @@ jobs:
run: |
for f in ./nupkg/*.nupkg
do
dotnet nuget push $f --source $GITHUB_FEED --api-key ${{github.token}} --skip-duplicate --no-symbols true
dotnet nuget push $f --source $GITHUB_FEED --api-key ${{github.token}} --skip-duplicate --no-symbols
done
- name: Push to NuGet Feed
run: |