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 59d0281eb Fix for deploying artifacts to the Apache Nexus
59d0281eb is described below

commit 59d0281eb91055e180cd7dfb14e857b614b100e5
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Jun 17 10:25:31 2024 +0200

    Fix for deploying artifacts to the Apache Nexus
---
 .github/workflows/publish-snapshot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-snapshot.yml 
b/.github/workflows/publish-snapshot.yml
index 9b6890ec5..3751e875a 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -30,7 +30,7 @@ jobs:
   deploy:
     if: github.repository == 'apache/manifoldcf'
     name: "Deploy Apache ManifoldCF Snapshot"
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     steps:
       - name: Checkout
         uses: actions/[email protected]

Reply via email to