Skip to content

Commit 8809f7e

Browse files
committed
Use inline script call to get changed components
1 parent 9ffe9b3 commit 8809f7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ jobs:
266266
# Get changed components
267267
- name: Get changed components
268268
run: |
269-
$components = ./tooling/Get-Changed-Components.ps1
270-
echo "CHANGED_COMPONENTS_LIST=$components" >> $env:GITHUB_ENV
269+
echo "CHANGED_COMPONENTS_LIST=$(./tooling/Get-Changed-Components.ps1)" >> $env:GITHUB_ENV
271270
272271
# Build and pack component nupkg
273272
- name: Build and pack component packages

0 commit comments

Comments
 (0)