Skip to content

Commit

Permalink
Update create-new-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsixsmith-moj authored and samgibsonmoj committed Aug 14, 2024
1 parent 1eec647 commit c7a0f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7a0f9f

Please sign in to comment.