Skip to content

Commit 832028b

Browse files
authored
[ci] Specify version for dotnet-ef installation
1 parent c40d828 commit 832028b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/web-server-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
reporter: dotnet-trx
5656

5757
- name: Install EF Tool
58-
run: dotnet tool install --global dotnet-ef
58+
run: dotnet tool install --global dotnet-ef --version 9.*
5959

6060
- name: Build migrations script
6161
run: dotnet ef migrations script
@@ -89,4 +89,4 @@ jobs:
8989
context: ./WebServer
9090
file: ./WebServer/Host/Dockerfile
9191
tags: ${{ env.DOCKER_URL }}/${{ env.DOCKER_IMAGE_NAME }}:latest
92-
push: true
92+
push: true

0 commit comments

Comments
 (0)