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
1. Generate a [personal access token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) with the public_repo or repo scope.
29
+
(repo is required for private repositories).
30
+
1. [Save as secrets](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables)
31
+
32
+
## Details
33
+
### Target event
34
+
- release
35
+
### Target action
36
+
- published
37
+
### Branch name
38
+
- Tag name
39
+
40
+
## Options
41
+
### BUILD_COMMAND
42
+
Build command.
43
+
default: `''`
44
+
- If package.json includes build or production or prod in scripts, the command is used for build.
45
+
- If command does not have install command like `npm run install` or `yarn install`, install commands are added.
46
+
47
+
so if `BUILD_COMMAND` is not provided and package.json has `build` script,
0 commit comments