This GitHub action computes the project version.
| Output | Description |
|---|---|
|
The version of the project. |
|
Whether the version is a snapshot version. |
In Maven projects, this action uses the mvn CLI to determine the project version.
It must run after actions/setup-java.