From b34084d01ca50f9efc4c5c95e915a9adbef005f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hilmar=20G=C3=BAstafsson?= Date: Mon, 11 Jul 2022 14:17:47 +0000 Subject: [PATCH] ci(nuget): publish nupkg in releases as well --- .github/workflows/nuget.yml | 4 ++++ 1 file changed, 4 insertions(+) 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