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 7a8002fd0 added release candidate GitHub workflow (CONNECTORS-1754)
7a8002fd0 is described below
commit 7a8002fd08d1ec53f9e5aae0d38c2df270af31e1
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Mar 5 14:58:08 2024 +0100
added release candidate GitHub workflow (CONNECTORS-1754)
---
.github/workflows/create-release-candidate.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/create-release-candidate.yml
b/.github/workflows/create-release-candidate.yml
index 76e5d9b77..4158d1472 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Init Release Candidate workflow
- run: echo "Starting Apache ManifoldCF workflow for building ${{
github.events.input.releasecandidatetag }}"
+ run: echo "Starting Apache ManifoldCF workflow for building ${{
github.event.input.releasecandidatetag }}"
- uses: actions/[email protected]
- name: Set up OpenJDK 11 Temurin x64
@@ -57,7 +57,7 @@ jobs:
git config user.email
${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com
- name: Create new release candidate branch
- run: git branch ${{ steps.mavenProjectVersion.outputs.version }}-${{
github.events.input.releasecandidatetag }}
+ run: git branch ${{ steps.mavenProjectVersion.outputs.version }}-${{
github.event.input.releasecandidatetag }}
- name: Update all the Maven modules with the new version
run: mvn versions:set -DnewVersion=${{
steps.mavenProjectVersion.outputs.version }} -DremoveSnapshot
-DgenerateBackupPoms=false
@@ -87,35 +87,35 @@ jobs:
run: |
find . -name 'pom.xml' -exec git add {} \;
git add CHANGES.txt build.xml
- git commit -am "${{ steps.mavenProjectVersion.outputs.version }}-${{
github.events.input.releasecandidatetag }} created"
+ git commit -am "${{ steps.mavenProjectVersion.outputs.version }}-${{
github.event.input.releasecandidatetag }} created"
git push
- name: Upload artifacts - Binary - zip format
uses: actions/[email protected]
with:
- name: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-${{
github.events.input.releasecandidatetag }}-bin.zip
+ name: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-${{
github.event.input.releasecandidatetag }}-bin.zip
path: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-bin.zip
- name: Upload artifacts - Lib - tar.gz format
uses: actions/[email protected]
with:
- name: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-${{
github.events.input.releasecandidatetag }}-lib.tar.gz
+ name: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-${{
github.event.input.releasecandidatetag }}-lib.tar.gz
path: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-lib.tar.gz
- name: Upload artifacts - Lib - zip format
uses: actions/[email protected]
with:
- name: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-${{
github.events.input.releasecandidatetag }}-lib.zip
+ name: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-${{
github.event.input.releasecandidatetag }}-lib.zip
path: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-lib.zip
- name: Upload artifacts - Source code - tar.gz format
uses: actions/[email protected]
with:
- name: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-${{
github.events.input.releasecandidatetag }}-src.tar.gz
+ name: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-${{
github.event.input.releasecandidatetag }}-src.tar.gz
path: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-src-tar.gz
- name: Upload artifacts - Source code - zip format
uses: actions/[email protected]
with:
- name: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-${{
github.events.input.releasecandidatetag }}-src.zip
+ name: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-${{
github.event.input.releasecandidatetag }}-src.zip
path: apache-manifoldcf-${{
steps.mavenProjectVersion.outputs.version }}-src-zip