Skip to content

Commit 89eee4f

Browse files
Update test-and-deploy.yml
1 parent d3519d3 commit 89eee4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_FROM_NUMBER }}
4444
TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }}
4545
run: |
46-
dotnet tool install --global dotnet-sonarscanner --version 5.15.0
46+
dotnet tool install --global dotnet-sonarscanner
4747
make cover
4848
4949
code-signing:

0 commit comments

Comments
 (0)