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 408a4b960 Fix for the GitHub workflow (CONNECTORS-1754)
408a4b960 is described below
commit 408a4b960efb863c72082c5b20c0a403d5c5acaf
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Sat Jun 15 23:33:18 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 745fc163b..5c4385603 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/manifoldcf/.github/asf-deploy-settings.xml -q
+ 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