step-security/Release GitHub Actions
This is a GitHub Actions that automates the release of GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| PACKAGE_MANAGER | Package manager to use to install dependencies. | no | "" |
| BUILD_COMMAND | Commands to build. | no | "" |
| COMMIT_MESSAGE | Commit message of build commit. | yes | feat: build for release |
| COMMIT_NAME | Git commit name. | yes | github-actions[bot] |
| COMMIT_EMAIL | Git commit email. | yes | 41898282+github-actions[bot]@users.noreply.github.com |
| BRANCH_NAME | Branch name. | yes | gh-actions |
| CLEAN_TARGETS | Files or directories to clean before release. (Comma separated) | yes | .[!.]*,__tests__,docs,src,*.[jt]s,*.[mc][jt]s,*.json,*.lock,*.yml,*.yaml |
| BUILD_COMMAND_TARGET | Command for search build command. | yes | prepare,build,production,prod,package,pack |
| ALLOW_MULTIPLE_BUILD_COMMANDS | Whether to allow run multiple build commands. | no | true |
| CREATE_MAJOR_VERSION_TAG | Whether to create major version tag. | no | true |
| CREATE_MINOR_VERSION_TAG | Whether to create minor version tag. | no | true |
| CREATE_PATCH_VERSION_TAG | Whether to create patch version tag. | no | true |
| OUTPUT_BUILD_INFO_FILENAME | Filename of build information. | no | "" |
| FETCH_DEPTH | Limit fetching to the specified number of commits from the tip of each remote branch history. | no | 3 |
| TEST_TAG_PREFIX | Tag name prefix for test. | no | "" |
| CLEAN_TEST_TAG | Whether to clean test tag. | no | false |
| ORIGINAL_TAG_PREFIX | Tag name prefix for original tag. | no | "" |
| DELETE_NODE_MODULES | Whether to delete node_modules. | no | false |
Outputs
no outputs