actions-marketplace-validations/releaser-action
Build and Release in GitHub's ecosystem
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | dependencies, build, test, release | yes | — |
| src-dir | If the main.go file is in a sub-directory | no | . |
| project-name | If the output file name is different from the GitHub repo name | no | "" |
| build-script-path | Path of the script to execute in the build action | no | false |
| test-results-path | Test results output file path | no | "" |
| test-err-on-fail | Will exit with error if test step fails | no | true |
| gh-token | GitHub Personal Access token for uploading release assets, defaults to GITHUB_TOKEN | no | false |
Outputs
| name | description |
|---|---|
| artifact-name | Artifact name |
| artifact-full-path | Artifact full path |