mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2025-12-06 05:56:10 +00:00
Fixed prerelease
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user