From d1ea74158fb7030fce575a798dfa9c724a20f10d Mon Sep 17 00:00:00 2001 From: William Barbosa Date: Sun, 17 Sep 2023 09:20:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Fix=20packing=20for=20analyzers?= =?UTF-8?q?=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0386f49..bd0b344 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,6 +74,7 @@ jobs: - name: Pack and push run: | + dotnet build -c Release dotnet pack -c Release dotnet nuget push ./src/**/bin/Release/Murder.Bang.*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${NUGET_TOKEN} env: