[OPB-3] fixing substitution in release job

This commit is contained in:
Sheldan
2021-03-23 13:00:55 +01:00
parent de2fa4d581
commit 54479ccfc6

View File

@@ -18,7 +18,7 @@ jobs:
run: echo "version=$(mvn --file pom.xml -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_ENV
- name: Load abstracto version
id: abstracto_version
run: echo "abstracto_version=${mvn help:evaluate --file pom.xml -Dexpression=abstracto.version -q -DforceStdout}" >> $GITHUB_ENV
run: echo "abstracto_version=$(mvn help:evaluate --file pom.xml -Dexpression=abstracto.version -q -DforceStdout)" >> $GITHUB_ENV
- name: Publish to GitHub Packages
run: mvn -s settings.xml --file pom.xml -B deploy -Dmaven.wagon.http.pool=false -DskipTests=true
env: