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

Commit

Permalink
Attempt at fixing p2 publishing, take 2
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Jan 26, 2022
1 parent 7d669ec commit ea3776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-p2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

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

0 comments on commit ea3776d

Please sign in to comment.