Skip to content

Commit 3d2b41e

Browse files
authored
Update release.yml
1 parent d4522ad commit 3d2b41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Test
2828
run: dotnet test --no-build --verbosity normal --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
2929
- name: Codecov
30-
uses: codecov/codecov-action@v1
30+
uses: codecov/codecov-action@v1
3131
- name: Pack
3232
run: dotnet pack --no-build --include-symbols --verbosity normal --configuration Release --output ./artifacts /p:PackageVersion="${{ steps.get_version.outputs.version-without-v }}"
3333
- name: Upload artifacts

0 commit comments

Comments
 (0)