From 522333133762478a573d03360b983d8720f2a281 Mon Sep 17 00:00:00 2001 From: RobIII Date: Thu, 7 Mar 2024 14:23:30 +0100 Subject: [PATCH] Fix run command --- .github/workflows/publishnuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishnuget.yml b/.github/workflows/publishnuget.yml index c2fc400..8b251c0 100644 --- a/.github/workflows/publishnuget.yml +++ b/.github/workflows/publishnuget.yml @@ -34,7 +34,7 @@ jobs: run: dotnet test -c Release --no-restore --no-build - name: Create packages - run: + run: | dotnet pack ${{ github.event.repository.name }} -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}" dotnet pack ${{ github.event.repository.name }}.Configuration -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}" dotnet pack ${{ github.event.repository.name }}.DependencyInjection -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}"