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 5fcf93e8f Fix for the GitHub workflow (CONNECTORS-1754)
5fcf93e8f is described below

commit 5fcf93e8faa690ae5012cbdbe189c9b1d104f232
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Sat Jun 15 22:59:46 2024 +0200

    Fix for the GitHub workflow (CONNECTORS-1754)
---
 .github/workflows/create-release-candidate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/create-release-candidate.yml 
b/.github/workflows/create-release-candidate.yml
index 6ef1a569c..745fc163b 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -115,7 +115,7 @@ jobs:
       - 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
+          mvn deploy -DrepositoryId=apache.snapshots.https --settings 
/home/runner/work/manifoldcf/manifoldcf/.github/asf-deploy-settings.xml -q
       
       - name: Create Release Candidate
         id: create_release_candidate

Reply via email to