This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ed18be  Remove workaround, handle it centrally
0ed18be is described below

commit 0ed18be3d93fa0f28886d47a664c8eff2590c944
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Apr 25 19:19:46 2024 +0200

    Remove workaround, handle it centrally
---
 .github/workflows/maven-verify.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 681f3d3..cd3c451 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,5 +25,4 @@ jobs:
   build:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
-    with:
-      jdk-distribution-matrix: '[ "zulu" ]'
+

Reply via email to