Skip to content

Commit 7a0e57f

Browse files
committed
Add missing shell properties
1 parent f0a50e0 commit 7a0e57f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/build-artifacts/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ runs:
4646
- name: Download designer (v1)
4747
env:
4848
NODE_AUTH_TOKEN: ${{ inputs.PERSONAL_ACCESS_TOKEN }}
49+
shell: bash
4950
run: |
5051
rm -rf package *.tgz
5152
npm pack @public-ui/designer@^1
@@ -60,6 +61,7 @@ runs:
6061
- name: Download sample react (v1)
6162
env:
6263
NODE_AUTH_TOKEN: ${{ inputs.PERSONAL_ACCESS_TOKEN }}
64+
shell: bash
6365
run: |
6466
rm -rf package *.tgz
6567
npm pack @public-ui/sample-react@^1
@@ -74,6 +76,7 @@ runs:
7476
- name: Download designer (v2)
7577
env:
7678
NODE_AUTH_TOKEN: ${{ inputs.PERSONAL_ACCESS_TOKEN }}
79+
shell: bash
7780
run: |
7881
rm -rf package *.tgz
7982
npm pack @public-ui/designer@^2
@@ -88,6 +91,7 @@ runs:
8891
- name: Download sample react (v2)
8992
env:
9093
NODE_AUTH_TOKEN: ${{ inputs.PERSONAL_ACCESS_TOKEN }}
94+
shell: bash
9195
run: |
9296
rm -rf package *.tgz
9397
npm pack @public-ui/sample-react@^2

0 commit comments

Comments
 (0)