diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index cd705cef..85440484 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -47,13 +47,13 @@ jobs: run: dotnet restore - name: Dotnet - Build - run: dotnet build -c "Release ${{ matrix.client }}" --no-restore + run: dotnet build -c "Release" --no-restore - name: Dotnet - Test - run: dotnet test -c "Release ${{ matrix.client }}" --no-restore + run: dotnet test -c "Release" --no-restore - name: Dotnet - Pack - run: dotnet pack -c "Release ${{ matrix.client }}" --no-restore + run: dotnet pack -c "Release" --no-restore - name: Publish - NuGet if: ${{ env.is-tag == 'true' }}