mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-27 12:31:47 +00:00
Fixed prerelease
This commit is contained in:
@@ -54,5 +54,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
for f in ./nupkg/*.nupkg
|
for f in ./nupkg/*.nupkg
|
||||||
do
|
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
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user