Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit ea3776d

Browse files
committed
Attempt at fixing p2 publishing, take 2
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 7d669ec commit ea3776d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-p2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Build with Maven
2020
run: |
21-
xvfb-run
21+
xvfb-run \
2222
./mvnw -B verify
2323
version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
2424
echo "PROJECT_VERSION=${version%"-SNAPSHOT"}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)