p6m-actions/Java Maven Cut Tag
A GitHub Action for cutting versioned tags for Java Maven projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 9, 2026
- License
- None
Pinned Snippet
uses: p6m-actions/java-maven-cut-tag@022a816ab596dbc12d19ad89c50e74c707186c08 # v1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version-level | Version bump level | no | patch |
Outputs
| name | description |
|---|---|
| version | The new version number |
| tag | The newly created tag |