From 467e9c691910f6bce597d0bceb9ca1233e63c77e Mon Sep 17 00:00:00 2001 From: leandrocgsi Date: Fri, 9 Feb 2024 21:55:08 -0300 Subject: [PATCH] Migrating to .NET 8 --- .github/workflows/continuous-integration-nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-nuget.yml b/.github/workflows/continuous-integration-nuget.yml index baafbed..5500cab 100644 --- a/.github/workflows/continuous-integration-nuget.yml +++ b/.github/workflows/continuous-integration-nuget.yml @@ -29,7 +29,7 @@ jobs: run: dotnet build -c release - name: Generate Package - run: dotnet pack -c release -o ./dist/Tapioca.HATEOAS.1.0.7.${{github.run_id}}.nupkg + run: dotnet pack -c release -o ./dist/Tapioca.HATEOAS.1.0.7.${{ github.run_id }}.nupkg - name: Publish Package - run: dotnet nuget push "./dist/Tapioca.HATEOAS.1.0.7.${{github.run_id}}.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json" \ No newline at end of file + run: dotnet nuget push "./dist/Tapioca.HATEOAS.1.0.7.${{ github.run_id }}.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json" \ No newline at end of file