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

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new b8184f4f Update build workflow
b8184f4f is described below

commit b8184f4fbc6d35b0d295fe6f4c513e70c92d0057
Author: Alex Herbert <[email protected]>
AuthorDate: Thu Aug 20 12:39:15 2026 +0100

    Update build workflow
---
 .github/workflows/maven.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2e4bb5d4..08b28c27 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -49,10 +49,6 @@ jobs:
         server-password: NEXUS_PW # env variable for token in deploy
     - name: Build with Maven
       # Use the default goal
-      if: matrix.java == 8
-      env:
-        NEXUS_USER: ${{ secrets.NEXUS_USER }}
-        NEXUS_PW: ${{ secrets.NEXUS_PW }}
       run: mvn --show-version --batch-mode --no-transfer-progress
     - name: Deploy SNAPSHOT
       # must run directly after 'Build with Maven'

Reply via email to