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 75c4fac63 fix for the release candidate GitHub workflow
(CONNECTORS-1754)
75c4fac63 is described below
commit 75c4fac63d2c97ee1874d19beff32aaf65813aff
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Mar 26 15:00:00 2024 +0100
fix for the release candidate GitHub workflow (CONNECTORS-1754)
---
.github/workflows/create-release-candidate.yml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.github/workflows/create-release-candidate.yml
b/.github/workflows/create-release-candidate.yml
index 49a93f6fa..c7f754c03 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -132,7 +132,6 @@ jobs:
path: apache-manifoldcf-${{ steps.artifactVersion.outputs.version
}}-bin.zip
- name: Upload Release Candidate Asset - Binary - zip format
- id: upload-release-candidate-assets
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -149,7 +148,6 @@ jobs:
path: apache-manifoldcf-${{ steps.artifactVersion.outputs.version
}}-lib.tar.gz
- name: Upload Release Candidate Asset - Lib - tar.gz format
- id: upload-release-candidate-assets
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -166,7 +164,6 @@ jobs:
path: apache-manifoldcf-${{ steps.artifactVersion.outputs.version
}}-lib.zip
- name: Upload Release Candidate Asset - Lib - zip format
- id: upload-release-candidate-assets
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -183,7 +180,6 @@ jobs:
path: apache-manifoldcf-${{ steps.artifactVersion.outputs.version
}}-src.tar.gz
- name: Upload Release Candidate Asset - Source code - tar.gz format
- id: upload-release-candidate-assets
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -200,7 +196,6 @@ jobs:
path: apache-manifoldcf-${{ steps.artifactVersion.outputs.version
}}-src.zip
- name: Upload Release Candidate Asset - Source code - zip format
- id: upload-release-candidate-assets
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}