From ad0c51ccf2cdc453e9569dc7a5eeacca322cccec Mon Sep 17 00:00:00 2001 From: yinghuaxuan <82479093+yinghuaxuan@users.noreply.github.com> Date: Sun, 30 May 2021 12:02:20 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5700391..57a2c75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,7 @@ jobs: dotnet-version: '5.0.x' - name: Build - run: dotnet build -c Release - - - name: Pack - run: dotnet pack -c Release /p:version=${{ github.event.release.tag_name }} /p:ContinuousIntegrationBuild=true + run: dotnet build -c Release /p:version=${{ github.event.release.tag_name }} - name: Publish to NuGet run: dotnet nuget push src\SpecFirst.MarkdownParser\bin\Release\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate