gpg.sign profile and cleanup

This commit is contained in:
aboyko
2023-07-06 10:27:32 -04:00
parent a2ee22d3cb
commit e8072e7748
4 changed files with 5 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ jobs:
gpg_keyname: ${{ secrets.GPG_KEYID }}
run: |
cd eclipse-language-servers
xvfb-run ./mvnw --batch-mode clean deploy -Pe428 -Psnapshot -Pgitactions -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
xvfb-run ./mvnw --batch-mode clean deploy -Pe428 -Psnapshot -Pgitactions -Pgpg.sign -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
- name: Verify Eclipse LS Extensions on e429
run: |
cd eclipse-language-servers