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 355a939 commit 36116caCopy full SHA for 36116ca
.github/workflows/ci.yml
@@ -217,6 +217,10 @@ jobs:
217
RELEASE_VERSION=`mvn help:evaluate -Dexpression=project.version -q -DforceStdout`
218
echo "RELEASE_VERSION=${RELEASE_VERSION}" | tee -a $GITHUB_ENV
219
sed -i -e "s/^\:project-version\:\ .*/:project-version: ${RELEASE_VERSION}/g" README.adoc
220
+
221
+ - name: Build
222
+ run: mvn --batch-mode --no-transfer-progress package -P release -DskipTests
223
224
# The sonatype maven plugin will decide the right destination depending on whether the project is SNAPSHOT or not
225
- name: Publish to Apache Maven Central
226
if: github.event_name == 'push' || inputs.push_maven
0 commit comments