Skip to content

Commit 22d460d

Browse files
committed
Debug
1 parent 71f5f93 commit 22d460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-3-build-and-publish-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
source "${LIBS_DIR}/_exec.sh"
194194
195195
# Publish artifacts to staging repository
196-
exec_process ./gradlew publishToApache closeApacheStagingRepository -Prelease -PuseGpgAgent --info > gradle_publish_output.txt 2>&1
196+
exec_process ./gradlew publishToApache closeApacheStagingRepository -Prelease -PuseGpgAgent --info 2>&1 | tee gradle_publish_output.txt
197197
198198
# Extract staging repository ID and URL from Gradle output
199199
staging_repo_id=""

0 commit comments

Comments
 (0)