Skip to content

Commit

Permalink
Do not use matrix shell in postprocess job (#1185)
Browse files Browse the repository at this point in the history
Do not use matrix shell in postprocess job as the job is not a matrix

Related to #1184
  • Loading branch information
aholstrup1 authored Sep 3, 2024
1 parent 520a241 commit 564c339
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Issues

- Issue 1184 Publish to Environment fails on 'Permission Denied'

## v5.3

### Issues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
shell: ${{ matrix.shell }}
shell: powershell
telemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
currentJobContext: ${{ toJson(job) }}
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
shell: ${{ matrix.shell }}
shell: powershell
telemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
currentJobContext: ${{ toJson(job) }}

0 comments on commit 564c339

Please sign in to comment.