This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new e5e26e1  Fix `changelog-release` in CI
e5e26e1 is described below

commit e5e26e1bc3aaa8ae603e504d2d7cae2eac5dfc3d
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Sep 28 14:59:05 2023 +0200

    Fix `changelog-release` in CI
---
 .github/workflows/deploy-release-reusable.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-release-reusable.yaml 
b/.github/workflows/deploy-release-reusable.yaml
index 1147e41..a9b16da 100644
--- a/.github/workflows/deploy-release-reusable.yaml
+++ b/.github/workflows/deploy-release-reusable.yaml
@@ -119,7 +119,10 @@ jobs:
         run: |
           ./mvnw \
             --non-recursive --batch-mode --errors --no-transfer-progress \
-            -P changelog-release process-sources
+            -P changelog-release
+          ./mvnw \
+            --non-recursive --batch-mode --errors --no-transfer-progress \
+            process-sources
           git add src
           if [ -n "$(git status --porcelain)" ]; then
             git config user.name "ASF Logging Services RM"

Reply via email to