diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 151497b..eb0fdb5 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -45,4 +45,5 @@ jobs: - name: Push to NuGet if: startsWith(github.ref, 'refs/tags/v') + shell: bash run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.CodeStructureNuGetKey }} --source https://api.nuget.org/v3/index.json --skip-duplicate