mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-28 12:43:17 +00:00
Update release.yml
This commit is contained in:
@@ -42,7 +42,7 @@ 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
|
||||||
- name: Push to NuGet Feed
|
- name: Push to NuGet Feed
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user