Sign in
apache
/
cayenne
/
b7d7f0d162421776cb3af6361cefa9c4896705a6
/
.
/
.github
/
actions
/
export-pom-version
/
action.yml
blob: 69cce0ca557da5da394fd4696eabd4b7893d05ac [
file
] [
log
] [
blame
]
name:
Pom version
description:
Gets version from the pom.xml file
runs:
using:
"composite"
steps:
-
id:
set
-
up
run:
chmod +x $GITHUB_ACTION_PATH/bash.sh
shell:
bash
-
id:
get
-
pom
-
version
run:
$GITHUB_ACTION_PATH/bash.sh
shell:
bash