diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 41a57bc..151497b 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -41,7 +41,7 @@ jobs: run: dotnet test tests/CodeStructure.Analyzers.Tests/CodeStructure.Analyzers.Tests.csproj --configuration Release --no-build - name: Pack - run: dotnet pack CodeStructure.Analyzers/CodeStructure.Analyzers.csproj --configuration Release --no-build --output ./nupkg -p:PackageVersion=${{ env.PackageVersion }} + run: dotnet pack CodeStructure.Analyzers/CodeStructure.Analyzers.csproj --configuration Release --output ./nupkg -p:PackageVersion=${{ env.PackageVersion }} - name: Push to NuGet if: startsWith(github.ref, 'refs/tags/v')