diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a21daec..10ceb36a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,5 +86,5 @@ jobs: - name: Publish NuGet Packages working-directory: ci if: matrix.configuration == 'Release' - run: find . -type f -name "*.nupkg" -exec echo dotnet nuget push --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate {} ';' + run: find . -type f -name "*.nupkg" -exec dotnet nuget push --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate {} ';' shell: bash