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

commit 6c6eeb1787877e8a28f75e10225e90ea70ab0de1
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Jun 17 10:20:31 2024 +0200

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

diff --git a/.github/workflows/publish-snapshot.yml 
b/.github/workflows/publish-snapshot.yml
index 85952b28a..124a3a288 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -20,6 +20,7 @@
 name: "Publish Apache ManifoldCF Snapshot to Maven Snapshot Repository"
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master

Reply via email to