Skip to content

Commit c719032

Browse files
authored
fix: use latest Stryker version in release pipeline (#534)
Use latest Stryker version
1 parent a73cad5 commit c719032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Install .NET Stryker
171171
shell: bash
172172
run: |
173-
dotnet tool install dotnet-stryker --tool-path ../tools --version 3.7.1
173+
dotnet tool install dotnet-stryker --tool-path ../tools
174174
- name: Analyze Testably.Abstractions.Testing
175175
env:
176176
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
@@ -198,7 +198,7 @@ jobs:
198198
- name: Install .NET Stryker
199199
shell: bash
200200
run: |
201-
dotnet tool install dotnet-stryker --tool-path ../tools --version 3.7.1
201+
dotnet tool install dotnet-stryker --tool-path ../tools
202202
- name: Analyze Testably.Abstractions
203203
env:
204204
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)