We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c58ad9 commit dd6f91bCopy full SHA for dd6f91b
1 file changed
.github/workflows/build.yaml
@@ -59,7 +59,7 @@ jobs:
59
-p:RepositoryCommit=${{ github.sha }}
60
61
- name: Publish Version
62
- pwsh: true
+ shell: pwsh
63
run: |
64
Add-Content $env:GITHUB_STEP_SUMMARY @"
65
| | |
@@ -98,7 +98,7 @@ jobs:
98
verbosity: Warning
99
100
- name: Publish Coverage Summary
101
102
103
Add-Content $env:GITHUB_STEP_SUMMARY @(
104
"## Coverage`n"
0 commit comments