This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8fd383d0e Update publish-maven-snapshot.yml (CONNECTORS-1754)
8fd383d0e is described below
commit 8fd383d0e0453e6fa1964b7d6d9dacd649b942b0
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Jun 17 20:09:18 2024 +0200
Update publish-maven-snapshot.yml (CONNECTORS-1754)
---
.github/workflows/publish-maven-snapshot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish-maven-snapshot.yml
b/.github/workflows/publish-maven-snapshot.yml
index 9aea19496..6fcf269f2 100644
--- a/.github/workflows/publish-maven-snapshot.yml
+++ b/.github/workflows/publish-maven-snapshot.yml
@@ -27,7 +27,7 @@ on:
- master
jobs:
- deploy:
+ deployReleaseCandidateMavenArtifacts:
if: github.repository == 'apache/manifoldcf'
name: "Deploy Apache ManifoldCF Snapshot"
runs-on: ubuntu-22.04