Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcurdt/action-verify-version-maven

Ensure the version in the pom matches the tag
https://github.com/tcurdt/action-verify-version-maven

java maven pom release release-automation

Last synced: 5 days ago
JSON representation

Ensure the version in the pom matches the tag

Awesome Lists containing this project

README

        

# Verify Package Version (maven)

Verifies that the pom version matches the current tag.

## Inputs

### `file`

Path to the package descriptor. Default `./pom.xml`.

### `prefix`

Ref prefix. Default `refs/tags/v`.

## Outputs

### `version`

The version from the pom.

## Example usage

uses: tcurdt/action-verify-version-maven@master