You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/package.yml
+38-10Lines changed: 38 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,34 @@ on:
11
11
skipIntegrationTests:
12
12
description: 'skip integration tests?'
13
13
default: 0
14
+
required: false
15
+
create_new_branch:
16
+
description: 'If we need to create new branch to package guids update. 0 means no creation and 1 means create. If working_branch set, will ignore this value. '
17
+
default: 0
18
+
required: false
14
19
working_branch:
15
20
description: 'If already a working in progress release branch'
16
-
default: None
21
+
required: false
22
+
download_ios_run:
23
+
description: 'run id for ios.yml'
24
+
required: false
25
+
download_android_run:
26
+
description: 'run id for android.yml'
27
+
required: false
28
+
download_desktop_run:
29
+
description: 'run id for sdk_build.yml'
30
+
required: false
31
+
release_label:
32
+
description: 'If the package is intended to run for a release, put <version>-RC## for label'
0 commit comments