diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 95b632d..871c365 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -24,3 +24,7 @@ jobs: - run: dotnet nuget push Podimo.ConstEmbed.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_KEY} env: NUGET_KEY: ${{ secrets.NUGET_KEY }} + - uses: softprops/action-gh-release@v1 + with: + files: Podimo.ConstEmbed.${VERSION}.nupkg + generate_release_notes: true