We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3609af commit 0d7bad5Copy full SHA for 0d7bad5
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
java-version: ${{ inputs.jdk }}
27
distribution: temurin
28
- name: Get project version
29
- run: echo "PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -B | grep -v '\[')" >> $GITHUB_ENV
+ run: echo "PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -q -DforceStdout | grep -v '\[')" >> $GITHUB_ENV
30
- name: Maven deploy
31
if: ${{ endsWith(env.PROJECT_VERSION, '-SNAPSHOT') }}
32
run: mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B
0 commit comments