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

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

commit e15eea63c81f3d30aa790eed031d29e280ac400e
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Sep 4 21:04:41 2023 +0200

    Add `set -x` for rescue
---
 .github/workflows/deploy-release-reusable.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/deploy-release-reusable.yml 
b/.github/workflows/deploy-release-reusable.yml
index 1a40da1..abb5b6e 100644
--- a/.github/workflows/deploy-release-reusable.yml
+++ b/.github/workflows/deploy-release-reusable.yml
@@ -121,6 +121,8 @@ jobs:
       - name: Upload to Subversion
         run: |
 
+          set -x
+
           # Checkout the SVN repository
           export SVN_DIR="/tmp/svn-repo"
           svn co \

Reply via email to