Skip to content

Commit

Permalink
Merge pull request #2 from JActions/GH-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft authored Jun 29, 2022
2 parents 497a8ea + d55af68 commit aafa242
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ runs:
- id: resolve-version
shell: bash
run: "echo \"::set-output name=resolved-version::\
$(mvn -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec --quiet)\""
$(mvn
--file ${{ inputs.pom }}
-Dexec.executable=echo
-Dexec.args='${project.version}'
--non-recursive exec:exec --quiet
)\""

0 comments on commit aafa242

Please sign in to comment.