diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecc9547..faa5437 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,3 +50,7 @@ jobs: - name: Test run: | dotnet test --configuration Release --no-build + + - name: Push to NuGet + run: | + dotnet nuget push "src/AspNetCoreWebBundler/**/*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json