diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 0325d62..4bd710b 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -29,3 +29,7 @@ jobs: run: dotnet pack --no-build --output build/ - name: Publish to NuGet run: dotnet nuget push --api-key ${{ secrets.API_KEY }} --source nuget.org build/**/*.nupkg + - name: Create new release + uses: ncipollo/release-action@v1 + with: + generateReleaseNotes: true