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

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


The following commit(s) were added to refs/heads/CONNECTORS-1754 by this push:
     new 6b6c20221 Fix for the GitHub workflow (CONNECTORS-1754)
6b6c20221 is described below

commit 6b6c20221accc17d9d5e26959e91d676bf821df4
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Sat Jun 15 22:45:21 2024 +0200

    Fix for the GitHub workflow (CONNECTORS-1754)
---
 .github/workflows/create-release-candidate.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/create-release-candidate.yml 
b/.github/workflows/create-release-candidate.yml
index 8a76e4255..6ef1a569c 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -112,6 +112,11 @@ 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.snapshots.https --settings 
/home/runner/work/manifoldcf/.github/asf-deploy-settings.xml -q
+      
       - name: Create Release Candidate
         id: create_release_candidate
         uses: actions/[email protected]
@@ -261,11 +266,6 @@ jobs:
           asset_name: apache-manifoldcf-${{ 
steps.artifactVersion.outputs.version }}-src.zip
           asset_content_type: application/zip
       
-      - name: Deploy Maven artifacts to the ASF Snapshots Repository
-        shell: bash
-        run: |
-          mvn deploy -DrepositoryId=apache.snapshots.https --settings 
../asf-deploy-settings.xml -q
-      
       - name: Set up QEMU
         uses: docker/[email protected]
 

Reply via email to