diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c261b2d52..69b904234 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,6 +61,7 @@ jobs: additional-denied-words: '' - name: Publish NuGet package + shell: pwsh run: | foreach($file in (Get-ChildItem "${{ github.workspace }}/artifacts" -Recurse -Include *.nupkg)) { dotnet nuget push $file --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate