File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
.github/actions/build-artifacts Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 46
46
- name : Download designer (v1)
47
47
env :
48
48
NODE_AUTH_TOKEN : ${{ inputs.PERSONAL_ACCESS_TOKEN }}
49
+ shell : bash
49
50
run : |
50
51
rm -rf package *.tgz
51
52
npm pack @public-ui/designer@^1
60
61
- name : Download sample react (v1)
61
62
env :
62
63
NODE_AUTH_TOKEN : ${{ inputs.PERSONAL_ACCESS_TOKEN }}
64
+ shell : bash
63
65
run : |
64
66
rm -rf package *.tgz
65
67
npm pack @public-ui/sample-react@^1
74
76
- name : Download designer (v2)
75
77
env :
76
78
NODE_AUTH_TOKEN : ${{ inputs.PERSONAL_ACCESS_TOKEN }}
79
+ shell : bash
77
80
run : |
78
81
rm -rf package *.tgz
79
82
npm pack @public-ui/designer@^2
88
91
- name : Download sample react (v2)
89
92
env :
90
93
NODE_AUTH_TOKEN : ${{ inputs.PERSONAL_ACCESS_TOKEN }}
94
+ shell : bash
91
95
run : |
92
96
rm -rf package *.tgz
93
97
npm pack @public-ui/sample-react@^2
You can’t perform that action at this time.
0 commit comments