Fixed prerelease

This commit is contained in:
Koen
2022-04-28 20:12:38 +08:00
committed by GitHub
parent e0ce713168
commit 0fd9e2e8fb

View File

@@ -54,5 +54,5 @@ 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