File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 9
9
script :
10
10
description : " Specify script to execute"
11
11
required : false
12
- default : " yarn build"
12
+ default : " yarn run all"
13
+ yarn_version :
14
+ required : false
15
+ type : string
16
+ default : " 3.6.3"
13
17
14
18
permissions :
15
19
contents : read
23
27
uses : step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
24
28
with :
25
29
tag : " ${{ github.event.inputs.tag }}"
26
- script : ${{ github.event.inputs.script || 'yarn build' }}
30
+ script : ${{ github.event.inputs.script || 'yarn run all' }}
31
+ yarn_version : ${{ github.event.inputs.yarn_version || '3.6.3' }}
Original file line number Diff line number Diff line change 14
14
script :
15
15
description : " Specify script to execute"
16
16
required : false
17
- default : " yarn build "
17
+ default : " yarn run all "
18
18
yarn_version :
19
19
required : false
20
20
type : string
@@ -29,11 +29,11 @@ jobs:
29
29
with :
30
30
base_branch : ${{ github.event.inputs.base_branch || 'main' }}
31
31
package_manager : " yarn"
32
- script : ${{ github.event.inputs.script || 'yarn build ' }}
32
+ script : ${{ github.event.inputs.script || 'yarn run all ' }}
33
33
yarn_version : ' 3.6.3'
34
34
35
35
permissions :
36
36
contents : write
37
37
pull-requests : write
38
38
packages : read
39
- issues : write
39
+ issues : write
You can’t perform that action at this time.
0 commit comments