Skip to content

Commit 84bea34

Browse files
Update ci-build.yml
1 parent 2ca3c70 commit 84bea34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install GitVersion
2929
uses: gittools/actions/gitversion/setup@v3.1.1
3030
with:
31-
versionSpec: '6.x'
31+
versionSpec: '6.0.5'
3232

3333
- name: Determine Version
3434
id: gitversion
@@ -54,4 +54,4 @@ jobs:
5454
CODACY_PROJECT_NAME: ${{ secrets.CODACY_PROJECT_NAME }}
5555
CODACY_API_TOKEN: ${{ secrets.CODACY_API_TOKEN }}
5656
run: |
57-
bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ')
57+
bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ')

0 commit comments

Comments
 (0)