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

piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 73a09b69e Update create-release-candidate.yml
73a09b69e is described below

commit 73a09b69eec7b1eae0827295972c9afbfe0037f7
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Jun 17 10:54:45 2024 +0200

    Update create-release-candidate.yml
---
 .github/workflows/create-release-candidate.yml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/create-release-candidate.yml 
b/.github/workflows/create-release-candidate.yml
index 967f967cb..154c95d13 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -19,9 +19,7 @@ name: Create Release Candidate
 run-name: ${{ github.actor }} is executing Create Release Branch
 permissions:
   contents: write
-env:
-  NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}
-  NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }}
+  
 on:
   workflow_dispatch:
     inputs:
@@ -94,7 +92,7 @@ jobs:
         run: ant make-core-deps make-deps image
       
       - name: Maven Build
-        run: mvn clean install -DskipTests -DskipITs -B
+        run: mvn clean install -B -DskipTests -DskipITs
       
       - name: RAT licence checks
         run: mvn -pl . apache-rat:check
@@ -112,11 +110,6 @@ jobs:
           git commit -am "New branch for release candidate ${{ 
steps.branchTag.outputs.tag }} created"
           git push
       
-      - name: Deploy Maven artifacts to the ASF Snapshots Repository
-        shell: bash
-        run: |
-          mvn deploy -DrepositoryId=apache.releases.https --settings 
/home/runner/work/manifoldcf/manifoldcf/.github/asf-deploy-settings.xml -q
-      
       - name: Create Release Candidate
         id: create_release_candidate
         uses: actions/[email protected]

Reply via email to