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: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,22 +74,22 @@ jobs:
74
74
## Options
75
75
| name | description | default | required | e.g. |
76
76
|:---:|:---|:---:|:---:|:---:|
77
-
|BUILD_COMMAND|Build command<br>[More details of execute command](#execute-commands)| | |`yarn build:all`|
78
-
|CLEAN_TARGETS|Files or directories to clean before release (Comma separated)<br>Absolute path and `..` are not permitted to use.<br>[More details of execute command](#execute-commands)|`.[!.]*,__tests__,src,*.js,*.ts,*.json,*.lock,*.yml,*.yaml`|true|`.[!.]*,*.txt`|
79
-
|PACKAGE_MANAGER|Package manager to use to install dependencies<br>If there is `yarn.lock` or` package-lock.json`, the action automatically determines the package manager to use, but this option can be used to specify it explicitly.<br>(`npm` or `yarn`)| | |`yarn`|
80
-
|COMMIT_MESSAGE|Commit message|`feat: build for release`|true|`feat: release`|
|CLEAN_TARGETS | Files or directories to clean before release (Comma separated)<br>Absolute path and `..` are not permitted to use.<br>[More details of execute command](#execute-commands) | `.[!.]*,__tests__,src,*.js,*.ts,*.json,*.lock,*.yml,*.yaml` | true | `.[!.]*,*.txt`|
79
+
|PACKAGE_MANAGER | Package manager to use to install dependencies<br>If there is `yarn.lock` or` package-lock.json`, the action automatically determines the package manager to use, but this option can be used to specify it explicitly.<br>(`npm` or `yarn`)| | |`yarn`|
0 commit comments