We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4522ad commit 3d2b41eCopy full SHA for 3d2b41e
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Test
28
run: dotnet test --no-build --verbosity normal --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
29
- name: Codecov
30
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v1
31
- name: Pack
32
run: dotnet pack --no-build --include-symbols --verbosity normal --configuration Release --output ./artifacts /p:PackageVersion="${{ steps.get_version.outputs.version-without-v }}"
33
- name: Upload artifacts
0 commit comments