Skip to content

Commit 564c339

Browse files
authored
Do not use matrix shell in postprocess job (#1185)
Do not use matrix shell in postprocess job as the job is not a matrix Related to #1184
1 parent 520a241 commit 564c339

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

RELEASENOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Issues
2+
3+
- Issue 1184 Publish to Environment fails on 'Permission Denied'
4+
15
## v5.3
26

37
### Issues

Templates/AppSource App/.github/workflows/PublishToEnvironment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ jobs:
198198
env:
199199
GITHUB_TOKEN: ${{ github.token }}
200200
with:
201-
shell: ${{ matrix.shell }}
201+
shell: powershell
202202
telemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
203203
currentJobContext: ${{ toJson(job) }}

Templates/Per Tenant Extension/.github/workflows/PublishToEnvironment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ jobs:
198198
env:
199199
GITHUB_TOKEN: ${{ github.token }}
200200
with:
201-
shell: ${{ matrix.shell }}
201+
shell: powershell
202202
telemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
203203
currentJobContext: ${{ toJson(job) }}

0 commit comments

Comments
 (0)