From c7a0f9f11ce2597157c373fc7c9894e701d235fa Mon Sep 17 00:00:00 2001 From: Carl Sixsmith Date: Wed, 14 Aug 2024 13:46:01 +0100 Subject: [PATCH] Update create-new-release.yml --- .github/workflows/create-new-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-new-release.yml b/.github/workflows/create-new-release.yml index 6e44f6a5..fbb7d039 100644 --- a/.github/workflows/create-new-release.yml +++ b/.github/workflows/create-new-release.yml @@ -48,7 +48,7 @@ jobs: # Run EF migrations - name: Run EF migrations - run: dotnet ef migrations script --project src/Migrators/Migrators.MSSQL/Migrators.MSSQL.csproj --startup-project src/Server.UI/Server.UI.csproj --no-build --context Cfo.Cats.Infrastructure.Persistence.ApplicationDbContext --idempotent -o ./publish/Migration.sql + run: dotnet ef migrations script --project src/Migrators/Migrators.MSSQL/Migrators.MSSQL.csproj --startup-project src/Server.UI/Server.UI.csproj --no-build --configuration Release --context Cfo.Cats.Infrastructure.Persistence.ApplicationDbContext --idempotent -o ./publish/Migration.sql # Compress the build artifacts into a ZIP file - name: Compress build artifacts