javiertuya/Branch Snapshots Action
This action publishes branch snapshots to the GitHub Packages Maven registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token to access GitHub Packages | yes | — |
| working-directory | The name of the working directory from which the mvn deploy is executed | no | . |
| java-version | Java version used to build the package | yes | — |
| mvn-deploy-args | Optional arguments to be passed to the `mvn deploy` command | no | "" |
| delete-old-snapshots | If true, keeps only `min-snapshots-to-keep` branch snapshots (versions) | no | false |
| min-snapshots-to-keep | The number of latest branch snapshots (versions) to keep if `delete-old-snapshots` is true | no | 2 |
| always-keep-regex | A regex to specify branch snapshots (versions) that never will be deleted even if `delete-old-snapshots` is true | no | "" |
Outputs
no outputs