mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-15 00:18:42 +00:00
Update release.yml
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user