Skip to content

Commit

Permalink
release.yml updated. (#38)
Browse files Browse the repository at this point in the history
* EFCore.QueryRepository.Tests Project added.

* Unit tests added.

* Prepared for 6.0.2 release

* release.yml updated.

---------

Co-authored-by: Tanvir Arjel <tanvir.arjel@agoda.com>
Co-authored-by: Tanvir Ahmad Arjel <tanvirarjel@TanvirMac.local>
  • Loading branch information
3 people committed Nov 19, 2023
1 parent dfc42fc commit 9474cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
# If you retry a failed workflow, already published packages will be skipped without error.
- name: Publish NuGet package to nuget.org
run: |
foreach($file in (Get-ChildItem "${{ env.NuGetDirectory }}" -Recurse -Include *.nupkg)) {
foreach(file in (Get-ChildItem "${{ env.NuGetDirectory }}" -Recurse -Include *.nupkg)) {
dotnet nuget push $file --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
}

0 comments on commit 9474cfb

Please sign in to comment.