skip/fix pipeline outputs
This commit is contained in:
parent
08400b2fcf
commit
6355bf3d69
1 changed files with 1 additions and 0 deletions
1
.github/workflows/latest.yaml
vendored
1
.github/workflows/latest.yaml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
export VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
|
export VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
|
||||||
|
echo "::set-output name=version::${VERSION}"
|
||||||
mvn clean package -Pprod -DskipTests
|
mvn clean package -Pprod -DskipTests
|
||||||
#################
|
#################
|
||||||
# #
|
# #
|
||||||
|
|
Loading…
Add table
Reference in a new issue